summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2019-09-04 05:56:54 +0000
committerDamien Miller <djm@mindrot.org>2019-09-05 14:56:51 +1000
commitdb1e6f60f03641b2d17e0ab062242609f4ed4598 (patch)
tree08038f39343d00cbe967dc16c0dfbf267cf9ccf7 /ssh-keygen.1
parent0f44e5956c7c816f6600f2a47be4d7bb5a8d711d (diff)
upstream: tweak previous;
OpenBSD-Commit-ID: 0abd728aef6b5b35f6db43176aa83b7e3bf3ce27
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.110
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index cbaf29809..e1ba9a6c8 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.164 2019/09/03 08:35:27 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.165 2019/09/04 05:56:54 jmc 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
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: September 3 2019 $ 38.Dd $Mdocdate: September 4 2019 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -712,8 +712,8 @@ The format of the allowed signers file is documented in the
712section below. 712section below.
713A file containing revoked keys can be passed using the 713A file containing revoked keys can be passed using the
714.Fl r 714.Fl r
715flag. The revocation file may be a KRL or a one-per-line list 715flag.
716of public keys. 716The revocation file may be a KRL or a one-per-line list of public keys.
717Successful verification by an authorized signer is signalled by 717Successful verification by an authorized signer is signalled by
718.Nm 718.Nm
719returning a zero exit status. 719returning a zero exit status.
@@ -960,7 +960,7 @@ uses a simple list of identities and keys to determine whether a signature
960comes from an authorized source. 960comes from an authorized source.
961This "allowed signers" file uses a format patterned after the 961This "allowed signers" file uses a format patterned after the
962AUTHORIZED_KEYS FILE FORMAT described in 962AUTHORIZED_KEYS FILE FORMAT described in
963.Xr sshd(8) . 963.Xr sshd 8 .
964Each line of the file contains the following space-separated fields: 964Each line of the file contains the following space-separated fields:
965principals, options, keytype, base64-encoded key. 965principals, options, keytype, base64-encoded key.
966Empty lines and lines starting with a 966Empty lines and lines starting with a