[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.218 and 1.219

version 1.218, 2021/11/28 07:15:10 version 1.219, 2022/01/05 04:50:11
Line 161 
Line 161 
 .Fl s Ar signature_file  .Fl s Ar signature_file
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl Y Cm sign  .Fl Y Cm sign
   .Op Fl O Ar option
 .Fl f Ar key_file  .Fl f Ar key_file
 .Fl n Ar namespace  .Fl n Ar namespace
 .Ar  .Ar
Line 541 
Line 542 
 .Fl Y  .Fl Y
 flag, the following options are accepted:  flag, the following options are accepted:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Cm hashalg Ns = Ns Ar algorithm
   Selects the hash algorithm to use for hashing the message to be signed.
   Valid algorithms are
   .Dq sha256
   and
   .Dq sha512.
   The default is
   .Dq sha512.
 .It Cm print-pubkey  .It Cm print-pubkey
 Print the full public key to standard output after signature verification.  Print the full public key to standard output after signature verification.
 .It Cm verify-time Ns = Ns Ar timestamp  .It Cm verify-time Ns = Ns Ar timestamp

Legend:
Removed from v.1.218  
changed lines
  Added in v.1.219