Skip to content

Get SHA256 fingerprint of a verified server without accessing it

To share the actual server identity to another client.

Currently I connect to the verified server and run:

ssh-keygen -lf <(ssh-keyscan -t ed25519 localhost 2>/dev/null)
256 SHA256:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX localhost (ED25519)

Related to #4.

+23

Edited by Benjamin Loison