[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.180 and 1.181

version 1.180, 2019/12/21 20:22:34 version 1.181, 2019/12/27 08:25:07
Line 688 
Line 688 
 .Xr sshd 8  .Xr sshd 8
 will refuse such signatures by default, unless overridden via  will refuse such signatures by default, unless overridden via
 an authorized_keys option.  an authorized_keys option.
 .It Fl y  
 This option will read a private  
 OpenSSH format file and print an OpenSSH public key to stdout.  
 .It Fl Y Cm sign  .It Fl Y Cm sign
 Cryptographically sign a file or some data using a SSH key.  Cryptographically sign a file or some data using a SSH key.
 When signing,  When signing,
Line 763 
Line 760 
 Successful testing of the signature is signalled by  Successful testing of the signature is signalled by
 .Nm  .Nm
 returning a zero exit status.  returning a zero exit status.
   .It Fl y
   This option will read a private
   OpenSSH format file and print an OpenSSH public key to stdout.
 .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.180  
changed lines
  Added in v.1.181