diff options
author | 2017-04-29 06:06:01 +0000 | |
---|---|---|
committer | 2017-04-29 06:06:01 +0000 | |
commit | a7d1c4b83f9c10903e26c07ce86b2b2543a7498e (patch) | |
tree | 900ab9c0440a3ba490131ec562402f99d61e4134 | |
parent | allow ssh-keygen to include arbitrary string or flag certificate (diff) | |
download | wireguard-openbsd-a7d1c4b83f9c10903e26c07ce86b2b2543a7498e.tar.xz wireguard-openbsd-a7d1c4b83f9c10903e26c07ce86b2b2543a7498e.zip |
tweak previous;
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index cfbd4cfa527..a83388a9f11 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/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 |