diff options
author | Colin Watson <cjwatson@debian.org> | 2018-10-19 21:29:01 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-10-19 21:29:01 +0100 |
commit | 3d246f10429fc9a37b98eabef94fe8dc7c61002b (patch) | |
tree | 1f35b42b5e5f462d35ba452e4dcfa188ce0543fd /ssh-keygen.0 | |
parent | e6547182a54f0f268ee36e7c99319eeddffbaff2 (diff) | |
parent | aede1c34243a6f7feae2fb2cb686ade5f9be6f3d (diff) |
Import openssh_7.9p1.orig.tar.gz
Diffstat (limited to 'ssh-keygen.0')
-rw-r--r-- | ssh-keygen.0 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ssh-keygen.0 b/ssh-keygen.0 index f8cc3c3e2..906a338c4 100644 --- a/ssh-keygen.0 +++ b/ssh-keygen.0 | |||
@@ -518,7 +518,18 @@ KEY REVOCATION LISTS | |||
518 | is revoked as a plain public key. | 518 | is revoked as a plain public key. |
519 | 519 | ||
520 | sha1: public_key | 520 | sha1: public_key |
521 | Revokes the specified key by its SHA1 hash. | 521 | Revokes the specified key by including its SHA1 hash in the KRL. |
522 | |||
523 | sha256: public_key | ||
524 | Revokes the specified key by including its SHA256 hash in the | ||
525 | KRL. KRLs that revoke keys by SHA256 hash are not supported by | ||
526 | OpenSSH versions prior to 7.9. | ||
527 | |||
528 | hash: fingerprint | ||
529 | Revokes a key using a fingerprint hash, as obtained from a | ||
530 | sshd(8) authentication log message or the ssh-keygen -l flag. | ||
531 | Only SHA256 fingerprints are supported here and resultant KRLs | ||
532 | are not supported by OpenSSH versions prior to 7.9. | ||
522 | 533 | ||
523 | KRLs may be updated using the -u flag in addition to -k. When this | 534 | KRLs may be updated using the -u flag in addition to -k. When this |
524 | option is specified, keys listed via the command line are merged into the | 535 | option is specified, keys listed via the command line are merged into the |
@@ -571,4 +582,4 @@ AUTHORS | |||
571 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 582 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
572 | versions 1.5 and 2.0. | 583 | versions 1.5 and 2.0. |
573 | 584 | ||
574 | OpenBSD 6.4 August 8, 2018 OpenBSD 6.4 | 585 | OpenBSD 6.4 September 12, 2018 OpenBSD 6.4 |