diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-09-12 06:18:59 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-09-12 16:49:21 +1000 |
commit | f0fcd7e65087db8c2496f13ed39d772f8e38b088 (patch) | |
tree | f89401fdb949f2e6415e99c1083236c5026fd088 | |
parent | 4cc259bac699f4d2a5c52b92230f9e488c88a223 (diff) |
upstream: fix edit mistake; spotted by jmc@
OpenBSD-Commit-ID: dd724e1c52c9d6084f4cd260ec7e1b2b138261c6
-rw-r--r-- | ssh-keygen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index d1aad6f20..bfa2eb5f3 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.149 2018/09/12 01:21:34 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.150 2018/09/12 06:18:59 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -820,7 +820,7 @@ Revokes the specified key by including its SHA256 hash in the KRL. | |||
820 | KRLs that revoke keys by SHA256 hash are not supported by OpenSSH versions | 820 | KRLs that revoke keys by SHA256 hash are not supported by OpenSSH versions |
821 | prior to 7.9. | 821 | prior to 7.9. |
822 | .It Cm hash : Ar fingerprint | 822 | .It Cm hash : Ar fingerprint |
823 | Revokes a key using by fingerprint hash, as obtained from a | 823 | Revokes a key using a fingerprint hash, as obtained from a |
824 | .Xr sshd 8 | 824 | .Xr sshd 8 |
825 | authentication log message or the | 825 | authentication log message or the |
826 | .Nm | 826 | .Nm |