[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.60 and 1.60.2.1

version 1.60, 2003/07/28 09:49:56 version 1.60.2.1, 2004/02/28 03:51:34
Line 89 
Line 89 
 .Op Fl g  .Op Fl g
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl G Ar output_file  .Fl G Ar output_file
   .Op Fl v
 .Op Fl b Ar bits  .Op Fl b Ar bits
 .Op Fl M Ar memory  .Op Fl M Ar memory
 .Op Fl S Ar start_point  .Op Fl S Ar start_point
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl T Ar output_file  .Fl T Ar output_file
 .Fl f Ar input_file  .Fl f Ar input_file
   .Op Fl v
 .Op Fl a Ar num_trials  .Op Fl a Ar num_trials
 .Op Fl W Ar generator  .Op Fl W Ar generator
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 263 
Line 265 
 .It Fl U Ar reader  .It Fl U Ar reader
 Upload an existing RSA private key into the smartcard in  Upload an existing RSA private key into the smartcard in
 .Ar reader .  .Ar reader .
   .It Fl v
   Verbose mode.
   Causes
   .Nm
   to print debugging messages about its progress.
   This is helpful for debugging moduli generation.
   Multiple
   .Fl v
   options increase the verbosity.
   The maximum is 3.
 .It Fl r Ar hostname  .It Fl r Ar hostname
 Print DNS resource record with the specified  Print DNS resource record with the specified
 .Ar hostname .  .Ar hostname .

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.60.2.1