I'm trying to SSH in to one of my servers. Should the RSA fingerprint be the same no matter which of the server's IP addresses I use to connect, or will it be different for each?
feedback
|
|
It should always be the same, and it should match what is returned from | |||
|
feedback
|
|
If you specify:
In your ssh client configuration (if you are using openssh client), you will see a graphical rendering of the fingerprint. This should make it easier/faster to compare visually then comparing a string of hex-digits. But yeah, as stated before, the key/fingerprint is independant of the ip-adres or port-number. Though if you are hosting multiple ssh-installs (or using redirects on the network) you could see different fingerprints on the different ports. | |||
|
feedback
|