summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm <djm>2010-03-02 23:25:21 +0000
committerdjm <djm>2010-03-02 23:25:21 +0000
commita008298d83155d49a31af2c7f4fbb720e2bb462a (patch)
tree9aea35b8d29145da7e6a5f38e698210ff34a80fa /sshd.8
parent7327406ad58ae795b70981114cc5ab82a7c9e90e (diff)
downloadopenssh-a008298d83155d49a31af2c7f4fbb720e2bb462a.tar.gz
- jmc@cvs.openbsd.org 2010/02/26 22:09:28
[ssh-keygen.1 ssh.1 sshd.8] tweak previous;
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.820
1 files changed, 10 insertions, 10 deletions
diff --git a/sshd.8 b/sshd.8
index fcd5195d..88a86f95 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.251 2010/02/26 20:29:54 djm Exp $
+.\" $OpenBSD: sshd.8,v 1.252 2010/02/26 22:09:28 jmc Exp $
.Dd $Mdocdate: February 26 2010 $
.Dt SSHD 8
.Os
@@ -102,15 +102,6 @@ to use IPv6 addresses only.
.It Fl b Ar bits
Specifies the number of bits in the ephemeral protocol version 1
server key (default 1024).
-.It Fl c Ar host_certificate_file
-Specifies a path to a certificate file to identify
-.Nm
-during key exchange.
-The certificate file must match a host key file specified using the
-.Fl -h
-option or the
-.Cm HostKey
-configuration directive.
.It Fl C Ar connection_spec
Specify the connection parameters to use for the
.Fl T
@@ -129,6 +120,15 @@ and
All are required and may be supplied in any order, either with multiple
.Fl C
options or as a comma-separated list.
+.It Fl c Ar host_certificate_file
+Specifies a path to a certificate file to identify
+.Nm
+during key exchange.
+The certificate file must match a host key file specified using the
+.Fl h
+option or the
+.Cm HostKey
+configuration directive.
.It Fl D
When this option is specified,
.Nm