]> andersk Git - openssh.git/blobdiff - ssh-keygen.1
Third time lucky
[openssh.git] / ssh-keygen.1
index 7daab9b2502aeeeccf8e763d0f45709323a9eca7..d1114b49965e4ac95808de59ed0fb3d63f296935 100644 (file)
 .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
@@ -150,6 +160,6 @@ are required for proper operation.
 .Sh SEE ALSO
 .Xr ssh 1 ,
 .Xr ssh-add 1 ,
-.Xr ssh-agent 1,
+.Xr ssh-agent 1 ,
 .Xr sshd 8 ,
 .Xr ssl 8
This page took 0.037121 seconds and 4 git commands to generate.