diff options
Diffstat (limited to 'usr.bin/ssh/sshd_config')
-rw-r--r-- | usr.bin/ssh/sshd_config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 24e8f336ba5..f9a959edee7 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.35 2001/03/25 13:16:11 stevesk Exp $ +# $OpenBSD: sshd_config,v 1.36 2001/04/12 19:15:26 markus Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -35,6 +35,8 @@ RhostsAuthentication no # # For this to work you will also need host keys in /etc/ssh_known_hosts RhostsRSAAuthentication no +# similar for protocol version 2 +HostbasedAuthentication no # RSAAuthentication yes |