[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.107 and 1.108

version 1.107, 2011/09/07 02:18:31 version 1.108, 2011/10/16 11:02:46
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 K Ar checkpt
 .Op Fl W Ar generator  .Op Fl W Ar generator
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl s Ar ca_key  .Fl s Ar ca_key
Line 296 
Line 297 
 .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 K Ar checkpt
   Write the last line processed to the file
   .Ar checkpt
   while performing DH candidate screening using the
   .Fl T
   option.
   This will be used to skip lines in the input file that have already been
   processed if the job is restarted.
 This option allows importing keys from other software, including several  This option allows importing keys from other software, including several
 commercial SSH implementations.  commercial SSH implementations.
 The default import format is  The default import format is

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