#title Generate Fingerprint for SSH Keys #author Stefan Hornburg (Racke) #topics blog; OpenSSL #lang en This can be done with the =ssh-keygen= command. Example for SSH server key: ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub Example for user's key: ssh-keygen -lf ~/.ssh/id_rsa.pub