[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.174 and 1.175

version 1.174, 2019/11/14 21:27:30 version 1.175, 2019/11/18 04:50:45
Line 48 
Line 48 
 .Op Fl C Ar comment  .Op Fl C Ar comment
 .Op Fl f Ar output_keyfile  .Op Fl f Ar output_keyfile
 .Op Fl m Ar format  .Op Fl m Ar format
 .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | rsa  .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
 .Op Fl w Ar provider  .Op Fl w Ar provider
 .Op Fl x Ar flags  .Op Fl x Ar flags
Line 251 
Line 251 
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl A  .It Fl A
 For each of the key types (rsa, dsa, ecdsa, ecdsa-sk and ed25519)  For each of the key types (rsa, dsa, ecdsa and ed25519)
 for which host keys  for which host keys
 do not exist, generate the host keys with the default key file path,  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.  an empty passphrase, default bits for the key type, and default comment.
Line 586 
Line 586 
 Test DH group exchange candidate primes (generated using the  Test DH group exchange candidate primes (generated using the
 .Fl G  .Fl G
 option) for safety.  option) for safety.
 .It Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | rsa  .It Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
 Specifies the type of key to create.  Specifies the type of key to create.
 The possible values are  The possible values are
 .Dq dsa ,  .Dq dsa ,
 .Dq ecdsa ,  .Dq ecdsa ,
 .Dq ecdsa-sk ,  .Dq ecdsa-sk ,
 .Dq ed25519 ,  .Dq ed25519 ,
   .Dq ed25519-sk ,
 or  or
 .Dq rsa .  .Dq rsa .
 .Pp  .Pp

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175