Skip to content
Discussion options

You must be logged in to vote

OK, I think I understand and also found how to compute that fingerprint:

$ cut -d' ' -f2 /etc/ssh/ssh_host_ed25519_key-cert.pub | base64 -d | md5sum
16925d84cb94033fc65e363b20dd36b5  -

or if colons are desired:

$ cut -d' ' -f2 /etc/ssh/ssh_host_ed25519_key-cert.pub | base64 -d | openssl md5 -c
MD5(stdin)= 16:92:5d:84:cb:94:03:3f:c6:5e:36:3b:20:dd:36:b5

Thanks for your help!

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@hv15
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hv15
Comment options

Answer selected by hv15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
sftp SFTP Protocol Implementation
2 participants