summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authormouring <mouring>2001-04-12 23:34:34 +0000
committermouring <mouring>2001-04-12 23:34:34 +0000
commit8c6de24bcb0cf8fdc1c0d6a2e0e7142b741316a1 (patch)
treef617160150d91821606a4a81e1c829a9b39a215f /sshd_config
parentc88473f280395f14d0b3f570790ff66a4daa2bc7 (diff)
downloadopenssh-8c6de24bcb0cf8fdc1c0d6a2e0e7142b741316a1.tar.gz
- markus@cvs.openbsd.org 2001/04/12 19:15:26
[auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd_config] implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :)
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config
index 3ef9b929..c131a586 100644
--- a/sshd_config
+++ b/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 sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
@@ -37,6 +37,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