SSH Key Fingerprint on Linux
open terminal and fire this command
ssh-keygen -lf ~/.ssh/id_rsa.pub
output
2048 a3:2e:72:c3:2d:b4:55:97:6e:7c:27:9f:97:75:3d:e7 /home/username/.ssh/id_rsa.pub (RSA)
open terminal and fire this command
ssh-keygen -lf ~/.ssh/id_rsa.pub
output
2048 a3:2e:72:c3:2d:b4:55:97:6e:7c:27:9f:97:75:3d:e7 /home/username/.ssh/id_rsa.pub (RSA)