summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 11:33:04 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 11:33:04 +1100
commit322650927bec37d850a3ab72f82bda1cd49b09e4 (patch)
treecb0bd087fb2f709f4d070221479249d8102e14bf /sshd_config
parent776af5de4f7f2aa938cdd17bf85a9c891ce7dbd9 (diff)
- Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config] IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert - Brought default sshd_config more in line with OpenBSDs
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config14
1 files changed, 12 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index 42c3244b6..791fd13bd 100644
--- a/sshd_config
+++ b/sshd_config
@@ -11,13 +11,13 @@ PermitRootLogin yes
11# 11#
12# Loglevel replaces QuietMode and FascistLogging 12# Loglevel replaces QuietMode and FascistLogging
13# 13#
14SyslogFacility AUTH
14LogLevel INFO 15LogLevel INFO
15 16
16# 17#
17# Don't read ~/.rhosts and ~/.shosts files 18# Don't read ~/.rhosts and ~/.shosts files
18IgnoreRhosts yes
19StrictModes yes 19StrictModes yes
20X11Forwarding yes 20X11Forwarding no
21X11DisplayOffset 10 21X11DisplayOffset 10
22FascistLogging no 22FascistLogging no
23PrintMotd yes 23PrintMotd yes
@@ -32,6 +32,16 @@ RhostsAuthentication no
32# 32#
33RhostsRSAAuthentication no 33RhostsRSAAuthentication no
34 34
35#
36# Don't read ~/.rhosts and ~/.shosts files
37#
38IgnoreRhosts yes
39
40#
41# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
42#
43#IgnoreUserKnownHosts yes
44
35RSAAuthentication yes 45RSAAuthentication yes
36 46
37# To disable tunneled clear text passwords, change to no here! 47# To disable tunneled clear text passwords, change to no here!