Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 399 Bytes

2017-11-07-show_ssh_key_fingerprint.md

File metadata and controls

16 lines (10 loc) · 399 Bytes

Show ssh key fingerprint

Category: sysadmin Generated on 2017-11-07 source: source

$ ssh-keygen -E md5 -lf ~/.ssh/id_rsa.pub
2048 00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff /Users/username/.ssh/id_rsa.pub (RSA)

-E md5 shows fingerprint in MD5 format ( otherwise uses SHA256 )