[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.2

version 1.60, 2003/07/28 09:49:56 version 1.60.2.2, 2004/08/19 22:37:32
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 190 
Line 192 
 This option allows exporting keys for use by several commercial  This option allows exporting keys for use by several commercial
 SSH implementations.  SSH implementations.
 .It Fl g  .It Fl g
 Use generic DNS resource record format.  Use generic DNS format when printing fingerprint resource records using the
   .Fl r
   command.
 .It Fl f Ar filename  .It Fl f Ar filename
 Specifies the filename of the key file.  Specifies the filename of the key file.
 .It Fl i  .It Fl i
Line 263 
Line 267 
 .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 the SSHFP fingerprint resource record named
 .Ar hostname .  .Ar hostname
   for the specified public key file.
 .El  .El
 .Sh MODULI GENERATION  .Sh MODULI GENERATION
 .Nm  .Nm

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