ssh key fingerprints
    Svein Halvor Halvorsen 
    svein-freebsd-questions at theloosingend.net
       
    Mon Apr  4 05:52:30 PDT 2005
    
    
  
* Erik Nørgaard [2005-04-04 14:02 +0200]
>  How do I see the fingerprints of my ssh keys, both user and host keys?
Excerpt from man ssh-keygen(1)
SYNOPSIS
     ssh-keygen -l [-f input_keyfile]
     -l      Show fingerprint of specified public key file.  Private RSA1 keys
             are also supported.  For RSA and DSA keys ssh-keygen tries to
             find the matching public key file and prints its fingerprint.
    
    
More information about the freebsd-questions
mailing list