far2l icon indicating copy to clipboard operation
far2l copied to clipboard

NetRocks fingerprint format

Open ghost opened this issue 2 years ago • 0 comments
trafficstars

It is really hard to match server fingerprint with output of ssh-keyscan / ssh-keygen or any saved keys from text files.

I had to to do something like this:

echo '<fingerprint from ssh-keygen>' | base64 --decode | xxd -p

And in addition it uses SHA1 which not vert popular, OpenSSH moved from MD5 directly to SHA256.

ghost avatar Aug 25 '23 00:08 ghost