summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-01-25 03:34:43 +0000
committerDarren Tucker <dtucker@dtucker.net>2018-02-07 07:50:46 +1100
commit130283d5c2545ff017c2162dc1258c5354e29399 (patch)
tree09aaff6998debac018c00df7d0d908271366d0c9 /ssh-keygen.1
parent89f09ee68730337015bf0c3f138504494a34e9a6 (diff)
upstream commit
certificate options are case-sensitive; fix case on one that had it wrong. move a badly-place sentence to a less bad place OpenBSD-Commit-ID: 231e516bba860699a1eece6d48532d825f5f747b
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 0ade33de9..f925eb2d7 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.145 2017/11/03 05:14:04 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.146 2018/01/25 03:34:43 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
@@ -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: November 3 2017 $ 38.Dd $Mdocdate: January 25 2018 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -425,6 +425,8 @@ This option may be specified multiple times.
425See also the 425See also the
426.Sx CERTIFICATES 426.Sx CERTIFICATES
427section for further details. 427section for further details.
428.Pp
429At present, no standard options are valid for host keys.
428The options that are valid for user certificates are: 430The options that are valid for user certificates are:
429.Pp 431.Pp
430.Bl -tag -width Ds -compact 432.Bl -tag -width Ds -compact
@@ -448,8 +450,6 @@ contents (usually indicating a flag).
448Extensions may be ignored by a client or server that does not recognise them, 450Extensions may be ignored by a client or server that does not recognise them,
449whereas unknown critical options will cause the certificate to be refused. 451whereas unknown critical options will cause the certificate to be refused.
450.Pp 452.Pp
451At present, no standard options are valid for host keys.
452.Pp
453.It Ic force-command Ns = Ns Ar command 453.It Ic force-command Ns = Ns Ar command
454Forces the execution of 454Forces the execution of
455.Ar command 455.Ar command
@@ -494,7 +494,7 @@ Allows execution of
494by 494by
495.Xr sshd 8 . 495.Xr sshd 8 .
496.Pp 496.Pp
497.It Ic permit-x11-forwarding 497.It Ic permit-X11-forwarding
498Allows X11 forwarding. 498Allows X11 forwarding.
499.Pp 499.Pp
500.It Ic source-address Ns = Ns Ar address_list 500.It Ic source-address Ns = Ns Ar address_list