summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-12 23:34:34 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-12 23:34:34 +0000
commit5eabda303aa26c77e4c383230db9ce9d9175e580 (patch)
treea084d793ff9789b41920bb259c7ff309d21eba24 /sshd_config
parent0998872972ec9a059204344cf0bec64123b3e28c (diff)
- 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 3ef9b929d..c131a5868 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.35 2001/03/25 13:16:11 stevesk Exp $ 1# $OpenBSD: sshd_config,v 1.36 2001/04/12 19:15:26 markus Exp $
2 2
3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin 3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
4 4
@@ -37,6 +37,8 @@ RhostsAuthentication no
37# 37#
38# For this to work you will also need host keys in /etc/ssh_known_hosts 38# For this to work you will also need host keys in /etc/ssh_known_hosts
39RhostsRSAAuthentication no 39RhostsRSAAuthentication no
40# similar for protocol version 2
41HostbasedAuthentication no
40# 42#
41RSAAuthentication yes 43RSAAuthentication yes
42 44