[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.101 and 1.102

version 1.101, 2010/10/28 18:33:28 version 1.102, 2011/03/23 15:16:22
Line 117 
Line 117 
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl L  .Fl L
 .Op Fl f Ar input_keyfile  .Op Fl f Ar input_keyfile
   .Nm ssh-keygen
   .Fl A
 .Ek  .Ek
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
Line 192 
Line 194 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl A
   For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys
   do not exist, generate the host keys with the default key file path,
   an empty passphrase, default bits for the key type, and default comment.
   This is used by
   .Pa /etc/rc
   to generate new host keys.
 .It Fl a Ar trials  .It Fl a Ar trials
 Specifies the number of primality tests to perform when screening DH-GEX  Specifies the number of primality tests to perform when screening DH-GEX
 candidates using the  candidates using the

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102