Hacker News new | ask | show | jobs
by tichiian 779 days ago
No. The key listed is the whole plain ed25519 pubkey (those are relatively short). The message displays the SHA256 digest.

You can check that in your local known_hosts file (after having connected at least once) with "ssh-keygen -F terminal.shop -l" and "ssh-keygen -F terminal.shop -lv". (Yes, it is confusing that the command is named "ssh-keygen" but does lots of things that are not about generating any keys)

If you want to do it without connecting, try "ssh-keyscan terminal.shop".