[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.108 and 1.109

version 1.108, 2011/10/16 11:02:46 version 1.109, 2012/07/06 00:41:59
Line 104 
Line 104 
 .Fl f Ar input_file  .Fl f Ar input_file
 .Op Fl v  .Op Fl v
 .Op Fl a Ar num_trials  .Op Fl a Ar num_trials
   .Op Fl J Ar num_lines
   .Op Fl j Ar start_line
 .Op Fl K Ar checkpt  .Op Fl K Ar checkpt
 .Op Fl W Ar generator  .Op Fl W Ar generator
 .Nm ssh-keygen  .Nm ssh-keygen
Line 297 
Line 299 
 .Fl m  .Fl m
 option and print an OpenSSH compatible private  option and print an OpenSSH compatible private
 (or public) key to stdout.  (or public) key to stdout.
   .It Fl J Ar num_lines
   Exit after screening the specified number of lines
   while performing DH candidate screening using the
   .Fl T
   option.
   .It Fl j Ar start_line
   Start screening at the specified line number
   while performing DH candidate screening using the
   .Fl T
   option.
 .It Fl K Ar checkpt  .It Fl K Ar checkpt
 Write the last line processed to the file  Write the last line processed to the file
 .Ar checkpt  .Ar checkpt
Line 518 
Line 530 
 .Fl S  .Fl S
 option, which specifies a different start point (in hex).  option, which specifies a different start point (in hex).
 .Pp  .Pp
 Once a set of candidates have been generated, they must be tested for  Once a set of candidates have been generated, they must be screened for
 suitability.  suitability.
 This may be performed using the  This may be performed using the
 .Fl T  .Fl T

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109