X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0c37227799ae7d66ab9ecba5d0640f0f8c426702..5c305c899bb2ae2ee614b054798047200a0943d4:/ssh-keygen.1 diff --git a/ssh-keygen.1 b/ssh-keygen.1 index ba3707ba..d1114b49 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -23,14 +23,20 @@ .Op Fl b Ar bits .Op Fl N Ar new_passphrase .Op Fl C Ar comment +.Op Fl f Ar keyfile .Nm ssh-keygen .Fl p .Op Fl P Ar old_passphrase .Op Fl N Ar new_passphrase +.Op Fl f Ar keyfile .Nm ssh-keygen .Fl c .Op Fl P Ar passphrase .Op Fl C Ar comment +.Op Fl f Ar keyfile +.Nm ssh-keygen +.Fl l +.Op Fl f Ar keyfile .Sh DESCRIPTION .Nm generates and manages authentication keys for @@ -79,6 +85,10 @@ default is 1024 bits. Requests changing the comment in the private and public key files. The program will prompt for the file containing the private keys, for passphrase if the key has one, and for the new comment. +.It Fl f +Specifies the filename of the key file. +.It Fl l +Show fingerprint of specified private or public key file. .It Fl p Requests changing the passphrase of a private key file instead of creating a new private key. The program will prompt for the file