[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.148 and 1.149

version 1.148, 2018/08/08 01:16:01 version 1.149, 2018/09/12 01:21:34
Line 814 
Line 814 
 Revokes the specified key.  Revokes the specified key.
 If a certificate is listed, then it is revoked as a plain public key.  If a certificate is listed, then it is revoked as a plain public key.
 .It Cm sha1 : Ar public_key  .It Cm sha1 : Ar public_key
 Revokes the specified key by its SHA1 hash.  Revokes the specified key by including its SHA1 hash in the KRL.
   .It Cm sha256 : Ar public_key
   Revokes the specified key by including its SHA256 hash in the KRL.
   KRLs that revoke keys by SHA256 hash are not supported by OpenSSH versions
   prior to 7.9.
   .It Cm hash : Ar fingerprint
   Revokes a key using by fingerprint hash, as obtained from a
   .Xr sshd 8
   authentication log message or the
   .Nm
   .Fl l
   flag.
   Only SHA256 fingerprints are supported here and resultant KRLs are
   not supported by OpenSSH versions prior to 7.9.
 .El  .El
 .Pp  .Pp
 KRLs may be updated using the  KRLs may be updated using the

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149