How do I find the ssh fingerprint of a ssh2 key ? With a ssh-1 key I can do ssh-keygen -lf /path/to/keyfile
. However when I convert the same key to a ssh2 key using ssh-keygen -e -f keyfile.pub > keyfile_ssh2
I can no longer the fingerprint using the 1st command :
~# ssh-keygen -lf /path/to/ssh2key
ssh2key is not a public key file.