[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.204 and 1.205

version 1.204, 2020/07/15 04:27:34 version 1.205, 2020/07/15 07:50:46
Line 44 
Line 44 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-keygen  .Nm ssh-keygen
 .Op Fl q  .Op Fl q
   .Op Fl a Ar rounds
 .Op Fl b Ar bits  .Op Fl b Ar bits
 .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 | ed25519-sk | rsa  
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
 .Op Fl O Ar option  .Op Fl O Ar option
   .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
 .Op Fl w Ar provider  .Op Fl w Ar provider
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl p  .Fl p
   .Op Fl a Ar rounds
 .Op Fl f Ar keyfile  .Op Fl f Ar keyfile
 .Op Fl m Ar format  .Op Fl m Ar format
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
Line 71 
Line 73 
 .Op Fl f Ar input_keyfile  .Op Fl f Ar input_keyfile
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl c  .Fl c
   .Op Fl a Ar rounds
 .Op Fl C Ar comment  .Op Fl C Ar comment
 .Op Fl f Ar keyfile  .Op Fl f Ar keyfile
 .Op Fl P Ar passphrase  .Op Fl P Ar passphrase
Line 93 
Line 96 
 .Op Fl f Ar known_hosts_file  .Op Fl f Ar known_hosts_file
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl K  .Fl K
   .Op Fl a Ar rounds
 .Op Fl w Ar provider  .Op Fl w Ar provider
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl R Ar hostname  .Fl R Ar hostname
Line 125 
Line 129 
 .Op Fl f Ar input_keyfile  .Op Fl f Ar input_keyfile
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl A  .Fl A
   .Op Fl a Ar rounds
 .Op Fl f Ar prefix_path  .Op Fl f Ar prefix_path
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl k  .Fl k
Line 248 
Line 253 
 .Fl p  .Fl p
 (change passphrase) flag.  (change passphrase) flag.
 .Pp  .Pp
 After a key is generated, instructions below detail where the keys  After a key is generated,
   .Nm
   will ask where the keys
 should be placed to be activated.  should be placed to be activated.
 .Pp  .Pp
 The options are as follows:  The options are as follows:

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205