From ae89a478836ddd2e4dc0655ff642e0579b48291d Mon Sep 17 00:00:00 2001 From: Lukas Topiarz <lukas@topiarz.com> Date: Thu, 7 Dec 2017 12:44:38 +0100 Subject: [PATCH] Add sha256 fingerprints --- docs.it4i/anselm/shell-and-data-access.md | 7 +++++++ docs.it4i/salomon/shell-and-data-access.md | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs.it4i/anselm/shell-and-data-access.md b/docs.it4i/anselm/shell-and-data-access.md index e850c8813..ec6660db4 100644 --- a/docs.it4i/anselm/shell-and-data-access.md +++ b/docs.it4i/anselm/shell-and-data-access.md @@ -15,9 +15,16 @@ The authentication is by the [private key](../general/accessing-the-clusters/she !!! note Please verify SSH fingerprints during the first logon. They are identical on all login nodes: + md5: + 29:b3:f4:64:b0:73:f5:6f:a7:85:0f:e0:0d:be:76:bf (DSA) d4:6f:5c:18:f4:3f:70:ef:bc:fc:cc:2b:fd:13:36:b7 (RSA) + sha256: + + LX2034TYy6Lf0Q7Zf3zOIZuFlG09DaSGROGBz6LBUy4 (DSA) + +DcED3GDoA9piuyvQOho+ltNvwB9SJSYXbB639hbejY (RSA) + Private key authentication: On **Linux** or **Mac**, use diff --git a/docs.it4i/salomon/shell-and-data-access.md b/docs.it4i/salomon/shell-and-data-access.md index bc3155ef6..c02f2bc18 100644 --- a/docs.it4i/salomon/shell-and-data-access.md +++ b/docs.it4i/salomon/shell-and-data-access.md @@ -19,9 +19,16 @@ The authentication is by the [private key](../general/accessing-the-clusters/she !!! note Please verify SSH fingerprints during the first logon. They are identical on all login nodes: + + md5: + f6:28:98:e4:f9:b2:a6:8f:f2:f4:2d:0a:09:67:69:80 (DSA) 70:01:c9:9a:5d:88:91:c7:1b:c0:84:d1:fa:4e:83:5c (RSA) - SHA256:WNIrR7oeQDYpBYy4N2d5A6cJ2p0837S7gzzTpaDBZrc. (RSA) + + sha256: + + epkqEU2eFzXnMeMMkpX02CykyWjGyLwFj528Vumpzn4 (DSA) + WNIrR7oeQDYpBYy4N2d5A6cJ2p0837S7gzzTpaDBZrc (RSA) Private key authentication: -- GitLab