| gabriel rosenkoetter on Tue, 18 Mar 2003 13:55:16 -0500 |
|
On Tue, Mar 18, 2003 at 01:41:50PM -0500, Paul.L.Snyder@gsk.com wrote:
> You can also use ssh-keygen with the -l switch to get the
> fingerprint of a key file.
But -l can't take stdin. Lame, lame, lame.
Btw, Jeff:
humbug:~% for i in `man -k ssh | awk '{ print $1 }'` ; do echo "--- $i ---" ; man $i | grep fingerprint ; done
--- ssh ---
--- ssh-add ---
-l Lists fingerprints of all identities currently represented by the
--- ssh-agent ---
--- ssh-keygen ---
-l Show fingerprint of specified public key file. Private RSA1 keys
find the matching public key file and prints its fingerprint.
--- ssh-keyscan ---
--- ssh-keysign ---
--- ssh_config ---
--- sshd ---
--- sshd_config ---
No hits on "fingerprint"?
--
gabriel rosenkoetter
gr@eclipsed.net
Attachment:
pgps5YVRiUy76.pgp
|
|