far2l
far2l copied to clipboard
NetRocks fingerprint format
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.