diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-05-02 09:05:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-05-02 09:05:59 +0000 |
commit | 3ae4fba3c58baa50363f964c3edcb8bc76435ea1 (patch) | |
tree | b2773ebddea2f0c6e57e66419599eb5457ef7c0d /usr.bin/ssh | |
parent | f2f5700869aecee842543b40b46ff43ccfa540b1 (diff) |
more -O shuffle; ok djm
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 0202fe75741..ee90e7e3fcd 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.137 2017/05/02 07:13:31 jmc Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.138 2017/05/02 09:05:58 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -425,7 +425,6 @@ This option may be specified multiple times. See also the .Sx CERTIFICATES section for further details. -At present, no standard options are valid for host keys. The options that are valid for user certificates are: .Pp .Bl -tag -width Ds -compact @@ -449,6 +448,8 @@ contents (usually indicating a flag). Extensions may be ignored by a client or server that does not recognise them, whereas unknown critical options will cause the certificate to be refused. .Pp +At present, no standard options are valid for host keys. +.Pp .It Ic force-command Ns = Ns Ar command Forces the execution of .Ar command |