diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2017-04-29 08:06:01 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-01 01:35:38 +0200 |
commit | d4084cd230f7319056559b00db8b99296dad49d5 (patch) | |
tree | d05fe4081c74c16579669b740380280495cec8d0 /ssh-keygen.1 | |
parent | upstream commit (diff) | |
download | openssh-d4084cd230f7319056559b00db8b99296dad49d5.tar.xz openssh-d4084cd230f7319056559b00db8b99296dad49d5.zip |
upstream commit
tweak previous;
Upstream-ID: a3abc6857455299aa42a046d232b7984568bceb9
Diffstat (limited to '')
-rw-r--r-- | ssh-keygen.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index cfbd4cfa5..a83388a9f 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.134 2017/04/29 04:12:25 djm Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.135 2017/04/29 06:06:01 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -474,23 +474,23 @@ The .Ar address_list is a comma-separated list of one or more address/netmask pairs in CIDR format. -.It Ic extension Ns : Ns Ar name Ns Op Ns = Ns Ar contents +.It Ic extension : Ns Ar name Ns Op Ns = Ns Ar contents Includes an arbitrary certificate extension. -.It Ic critical Ns : Ns Ar name Ns Op Ns = Ns Ar contents +.It Ic critical : Ns Ar name Ns Op Ns = Ns Ar contents Includes an arbitrary certificate critical option. .El .Pp At present, no standard options are valid for host keys. .Pp -For non-standard certificate extension or options included using +For non-standard certificate extensions or options included using .Ic extension or .Ic option , the specified .Ar name -should include a domain suffix, e.g. +should include a domain suffix, e.g.\& .Dq name@example.com . -If a +If .Ar contents is specified then it is included as the contents of the extension/option encoded as a string, otherwise the extension/option is created with no |