[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.216 and 1.217

version 1.216, 2021/08/11 08:54:17 version 1.217, 2021/11/27 07:14:46
Line 151 
Line 151 
 .Fl s Ar signature_file  .Fl s Ar signature_file
 .Fl f Ar allowed_signers_file  .Fl f Ar allowed_signers_file
 .Nm ssh-keygen  .Nm ssh-keygen
   .Fl Y Cm match-principals
   .Op Fl O Ar option
   .Fl I Ar signer_identity
   .Fl f Ar allowed_signers_file
   .Nm ssh-keygen
 .Fl Y Cm check-novalidate  .Fl Y Cm check-novalidate
 .Op Fl O Ar option  .Op Fl O Ar option
 .Fl n Ar namespace  .Fl n Ar namespace
Line 681 
Line 686 
 The format of the allowed signers file is documented in the  The format of the allowed signers file is documented in the
 .Sx ALLOWED SIGNERS  .Sx ALLOWED SIGNERS
 section below.  section below.
   If one or more matching principals are found, they are returned on
   standard output.
   .It Fl Y Cm match-principals
   Find principal matching the principal name provided using the
   .Fl I
   flag in the authorized signers file specified using the
   .Fl f
   flag.
 If one or more matching principals are found, they are returned on  If one or more matching principals are found, they are returned on
 standard output.  standard output.
 .It Fl Y Cm check-novalidate  .It Fl Y Cm check-novalidate

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217