Check SSH Key Fingerprints

August 19, 2021 in memos.

Show the fingerprint of an SSH key

$ ssh-keygen -l -f ~/.ssh/id_rsa

The default hashing is sha256, however it might be more useful to see the fingerprint in md5.

$ ssh-keygen -l -f ~/.ssh/id_rsa

Tags: