]> andersk Git - openssh.git/blobdiff - ssh-keygen.1
Third time lucky
[openssh.git] / ssh-keygen.1
index ba3707ba8fdc466681114d93a73b3157c6daa13e..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
This page took 0.029253 seconds and 4 git commands to generate.