[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.164 and 1.165

version 1.164, 2019/09/03 08:35:27 version 1.165, 2019/09/04 05:56:54
Line 712 
Line 712 
 section below.  section below.
 A file containing revoked keys can be passed using the  A file containing revoked keys can be passed using the
 .Fl r  .Fl r
 flag. The revocation file may be a KRL or a one-per-line list  flag.
 of public keys.  The revocation file may be a KRL or a one-per-line list of public keys.
 Successful verification by an authorized signer is signalled by  Successful verification by an authorized signer is signalled by
 .Nm  .Nm
 returning a zero exit status.  returning a zero exit status.
Line 960 
Line 960 
 comes from an authorized source.  comes from an authorized source.
 This "allowed signers" file uses a format patterned after the  This "allowed signers" file uses a format patterned after the
 AUTHORIZED_KEYS FILE FORMAT described in  AUTHORIZED_KEYS FILE FORMAT described in
 .Xr sshd(8) .  .Xr sshd 8 .
 Each line of the file contains the following space-separated fields:  Each line of the file contains the following space-separated fields:
 principals, options, keytype, base64-encoded key.  principals, options, keytype, base64-encoded key.
 Empty lines and lines starting with a  Empty lines and lines starting with a

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165