[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.54 and 1.54.2.2

version 1.54, 2002/06/19 00:27:55 version 1.54.2.2, 2003/04/03 23:27:13
Line 45 
Line 45 
 .Nd authentication key generation, management and conversion  .Nd authentication key generation, management and conversion
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-keygen  .Nm ssh-keygen
   .Bk -words
 .Op Fl q  .Op Fl q
 .Op Fl b Ar bits  .Op Fl b Ar bits
 .Fl t Ar type  .Fl t Ar type
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
 .Op Fl C Ar comment  .Op Fl C Ar comment
 .Op Fl f Ar output_keyfile  .Op Fl f Ar output_keyfile
   .Ek
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl p  .Fl p
 .Op Fl P Ar old_passphrase  .Op Fl P Ar old_passphrase
Line 147 
Line 149 
 .It Fl b Ar bits  .It Fl b Ar bits
 Specifies the number of bits in the key to create.  Specifies the number of bits in the key to create.
 Minimum is 512 bits.  Minimum is 512 bits.
 Generally 1024 bits is considered sufficient, and key sizes  Generally, 1024 bits is considered sufficient.
 above that no longer improve security but make things slower.  
 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.

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.54.2.2