From c4089409a92b0266830502218b94769dd2f8896c Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Wed, 3 May 2000 10:21:50 +0000 Subject: s/DsaKey/HostDSAKey/, document option --- usr.bin/ssh/sshd.8 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'usr.bin/ssh/sshd.8') diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index a903bfa5f77..41d58989aa0 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.45 2000/05/03 07:22:09 markus Exp $ +.\" $Id: sshd.8,v 1.46 2000/05/03 10:21:49 markus Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -280,12 +280,20 @@ and can be used as wildcards in the patterns. Only user names are valid, a numerical user ID isn't recognized. By default login is allowed regardless of the user name. +.It Cm HostDsaKey +Specifies the file containing the private DSA host key (default +.Pa /etc/ssh_host_dsa_key ) +used by SSH protocol 2.0. +Note that +.Nm +disables protcol 2.0 if this file is group/world-accessible. .It Cm HostKey -Specifies the file containing the private host key (default -.Pa /etc/ssh_host_key ) . +Specifies the file containing the private RSA host key (default +.Pa /etc/ssh_host_key ) +used by SSH protocols 1.3 and 1.5. Note that .Nm -does not start if this file is group/world-accessible. +disables protcols 1.3 and 1.5 if this file is group/world-accessible. .It Cm IgnoreRhosts Specifies that .Pa .rhosts -- cgit v1.2.3