Differences between revisions 1 and 25 (spanning 24 versions)
Revision 1 as of 2018-06-26 12:40:15
Size: 6
Editor: misticat
Comment:
Revision 25 as of 2018-07-17 12:27:02
Size: 993
Editor: misticat
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Test = SSH Fingerprints Website =

If you're connecting the first time to a SSH Server you will perhaps get an alert message. The fingerprint should also be shown right below the message.

==== Windows ====
{{attachment:alert.jpg}}

==== Linux ====
{{attachment:linux.jpg}}


You can check if the fingerprint is correct with this website (https://ssh-fingerprints.ee.ethz.ch/).

The website contains the SSH fingerprints of every SSH server we manage.

Type in the hostname you want to connect to into the search bar on the top right corner of the website.
The host with its fingerprint should now be shown in the table.
Compare the fingerprint with the alert message.
If it's the same fingerprint as shown then you can safely trust the connection.

==== Example for bad connection ====
{{attachment:notsame.png}}

As you can see the name and the IP address is the same but the ssh key is not. You should not only check the hostname but also the IP address and fingerprint.

SSH Fingerprints Website

If you're connecting the first time to a SSH Server you will perhaps get an alert message. The fingerprint should also be shown right below the message.

Windows

alert.jpg

Linux

linux.jpg

You can check if the fingerprint is correct with this website (https://ssh-fingerprints.ee.ethz.ch/).

The website contains the SSH fingerprints of every SSH server we manage.

Type in the hostname you want to connect to into the search bar on the top right corner of the website. The host with its fingerprint should now be shown in the table. Compare the fingerprint with the alert message. If it's the same fingerprint as shown then you can safely trust the connection.

Example for bad connection

notsame.png

As you can see the name and the IP address is the same but the ssh key is not. You should not only check the hostname but also the IP address and fingerprint.

SshFingerprints (last edited 2023-10-16 13:35:16 by alders)