[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.211 and 1.212

version 1.211, 2020/11/17 11:23:58 version 1.212, 2020/11/27 10:12:30
Line 53 
Line 53 
 .Op Fl O Ar option  .Op Fl O Ar option
 .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa  .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
 .Op Fl w Ar provider  .Op Fl w Ar provider
   .Op Fl Z Ar cipher
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl p  .Fl p
 .Op Fl a Ar rounds  .Op Fl a Ar rounds
Line 60 
Line 61 
 .Op Fl m Ar format  .Op Fl m Ar format
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
 .Op Fl P Ar old_passphrase  .Op Fl P Ar old_passphrase
   .Op Fl Z Ar cipher
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl i  .Fl i
 .Op Fl f Ar input_keyfile  .Op Fl f Ar input_keyfile
Line 740 
Line 742 
 .It Fl y  .It Fl y
 This option will read a private  This option will read a private
 OpenSSH format file and print an OpenSSH public key to stdout.  OpenSSH format file and print an OpenSSH public key to stdout.
   .It Fl Z Ar cipher
   Specifies the cipher to use for encryption when writing an OpenSSH-format
   private key file.
   The list of available ciphers may be obtained using
   .Qq ssh -Q cipher .
   The default is
   .Dq aes256-ctr .
 .It Fl z Ar serial_number  .It Fl z Ar serial_number
 Specifies a serial number to be embedded in the certificate to distinguish  Specifies a serial number to be embedded in the certificate to distinguish
 this certificate from others from the same CA.  this certificate from others from the same CA.

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212