[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.40.2.1 and 1.40.2.2

version 1.40.2.1, 2001/09/27 19:03:55 version 1.40.2.2, 2001/11/15 22:51:15
Line 147 
Line 147 
 The default is 1024 bits.  The default is 1024 bits.
 .It Fl c  .It Fl c
 Requests changing the comment in the private and public key files.  Requests changing the comment in the private and public key files.
   This operation is only supported for RSA1 keys.
 The program will prompt for the file containing the private keys, for  The program will prompt for the file containing the private keys, for
 the passphrase if the key has one, and for the new comment.  the passphrase if the key has one, and for the new comment.
 .It Fl e  .It Fl e
Line 168 
Line 169 
 This option allows importing keys from several commercial  This option allows importing keys from several commercial
 SSH implementations.  SSH implementations.
 .It Fl l  .It Fl l
 Show fingerprint of specified private or public key file.  Show fingerprint of specified public key file.
   Private RSA1 keys are also supported.
   For RSA and DSA keys
   .Nm
   tries to find the matching public key file and prints its fingerprint.
 .It Fl p  .It Fl p
 Requests changing the passphrase of a private key file instead of  Requests changing the passphrase of a private key file instead of
 creating a new private key.  creating a new private key.

Legend:
Removed from v.1.40.2.1  
changed lines
  Added in v.1.40.2.2