[BACK]Return to ssh-keygen.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keygen.1 between version 1.34 and 1.35

version 1.34, 2001/03/11 15:04:16 version 1.35, 2001/03/11 22:33:23
Line 72 
Line 72 
 .Op Fl f Ar keyfile  .Op Fl f Ar keyfile
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl l  .Fl l
 .Op Fl v  
 .Op Fl f Ar input_keyfile  .Op Fl f Ar input_keyfile
   .Nm ssh-keygen
   .Fl B
   .Op Fl f Ar input_keyfile
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 generates and manages authentication keys for  generates and manages authentication keys for
Line 167 
Line 169 
 for protocol version 2.  for protocol version 2.
 The default is  The default is
 .Dq rsa1 .  .Dq rsa1 .
   .It Fl B
   Show the bubblebabble digest of specified private or public key file.
 .It Fl C Ar comment  .It Fl C Ar comment
 Provides the new comment.  Provides the new comment.
 .It Fl N Ar new_passphrase  .It Fl N Ar new_passphrase
 Provides the new passphrase.  Provides the new passphrase.
 .It Fl P Ar passphrase  .It Fl P Ar passphrase
 Provides the (old) passphrase.  Provides the (old) passphrase.
 .It Fl v  
 Print verbose information.  
 .It Fl x  .It Fl x
 This option will read a private  This option will read a private
 OpenSSH DSA format file and print a SSH2-compatible public key to stdout.  OpenSSH DSA format file and print a SSH2-compatible public key to stdout.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35