summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-13 20:37:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-13 20:37:05 +1000
commitec960f2c933aa55ca5dc319cff55cecce34f1f4b (patch)
tree9b684c910ef3e2fc2253003c6353334969405871 /sshd_config
parent3bdbd848ea86c27a65ee766fd2c9d9158dadb381 (diff)
- markus@cvs.openbsd.org 2003/08/13 08:46:31
[auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5] remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, fgsch@, miod@, henning@, jakob@ and others
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config8
1 files changed, 3 insertions, 5 deletions
diff --git a/sshd_config b/sshd_config
index 262b6883a..a2bd2ff60 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.62 2003/07/23 07:42:43 markus Exp $ 1# $OpenBSD: sshd_config,v 1.63 2003/08/13 08:46:31 markus Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -40,10 +40,6 @@
40#PubkeyAuthentication yes 40#PubkeyAuthentication yes
41#AuthorizedKeysFile .ssh/authorized_keys 41#AuthorizedKeysFile .ssh/authorized_keys
42 42
43# rhosts authentication should not be used
44#RhostsAuthentication no
45# Don't read the user's ~/.rhosts and ~/.shosts files
46#IgnoreRhosts yes
47# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts 43# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
48#RhostsRSAAuthentication no 44#RhostsRSAAuthentication no
49# similar for protocol version 2 45# similar for protocol version 2
@@ -51,6 +47,8 @@
51# Change to yes if you don't trust ~/.ssh/known_hosts for 47# Change to yes if you don't trust ~/.ssh/known_hosts for
52# RhostsRSAAuthentication and HostbasedAuthentication 48# RhostsRSAAuthentication and HostbasedAuthentication
53#IgnoreUserKnownHosts no 49#IgnoreUserKnownHosts no
50# Don't read the user's ~/.rhosts and ~/.shosts files
51#IgnoreRhosts yes
54 52
55# To disable tunneled clear text passwords, change to no here! 53# To disable tunneled clear text passwords, change to no here!
56#PasswordAuthentication yes 54#PasswordAuthentication yes