From 14543fe59607a8021b59c03e55823d42bf25f2a9 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Tue, 11 Jun 2024 12:42:39 +0100 Subject: [PATCH] Add Bede login node ssh host key fingerprints to an faq Keys were extracted from bede via: ssh-keyscan -t ed25519 login2.bede.dur.ac.uk | ssh-keygen -lf - and similar. Closes #200 --- faq/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/faq/index.rst b/faq/index.rst index 11d49c0..176e25a 100644 --- a/faq/index.rst +++ b/faq/index.rst @@ -21,6 +21,19 @@ You can acknowledge Bede using the standard text that we provide in :ref:`Acknow .. include:: /common/acknowledging-bede.rst +.. _faq-ssh-fingerprints: + +Login node SSH RSE/ECDSA/ED25519 host key fingerprints +------------------------------------------------------ + +The RSE, ECDSA and ED25519 fingerprints for Bede's login nodes are: + +.. code-block:: + + SHA256:w2z1RA8kRH+XFOaoHo4N610aNnItzPlKpKYLwJ5WbnY (RSA) + SHA256:FBznAa7eKh7QdNl6P5gCiW9uy2UQ8tSGXaKJStVAU5c (ECDSA) + SHA256:HbIkgn8V+nCLr3R99+C5uwnAWLxKTUD954qRGnzMRUM (ED25519) + How can I check my home directory quota? ----------------------------------------