summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-11 21:07:00 +1100
committerDamien Miller <djm@mindrot.org>1999-11-11 21:07:00 +1100
commit9ba3024ec3196a2e59c8af7dd80c64b53409489a (patch)
treeba61e17f84b6b1ddd31ab7b88ee643b84cff964a /sshd_config
parent9fa19b633de1f0037772e0ce9f8f5baac3823695 (diff)
Cleanup of default config for new LogLevel option and better readability
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config26
1 files changed, 18 insertions, 8 deletions
diff --git a/sshd_config b/sshd_config
index 97f6f8e1c..42c3244b6 100644
--- a/sshd_config
+++ b/sshd_config
@@ -7,38 +7,48 @@ ServerKeyBits 768
7LoginGraceTime 600 7LoginGraceTime 600
8KeyRegenerationInterval 3600 8KeyRegenerationInterval 3600
9PermitRootLogin yes 9PermitRootLogin yes
10
11#
12# Loglevel replaces QuietMode and FascistLogging
13#
14LogLevel INFO
15
10# 16#
11# Don't read ~/.rhosts and ~/.shosts files 17# Don't read ~/.rhosts and ~/.shosts files
12IgnoreRhosts yes 18IgnoreRhosts yes
13StrictModes yes 19StrictModes yes
14QuietMode no
15X11Forwarding yes 20X11Forwarding yes
16X11DisplayOffset 10 21X11DisplayOffset 10
17FascistLogging no 22FascistLogging no
18PrintMotd yes 23PrintMotd yes
19KeepAlive yes 24KeepAlive yes
25CheckMail no
26UseLogin no
20SyslogFacility AUTH 27SyslogFacility AUTH
21RhostsAuthentication no 28RhostsAuthentication no
29
22# 30#
23# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts 31# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
24RhostsRSAAuthentication no
25# 32#
33RhostsRSAAuthentication no
34
26RSAAuthentication yes 35RSAAuthentication yes
27 36
28# To disable tunneled clear text passwords, change to no here! 37# To disable tunneled clear text passwords, change to no here!
29PasswordAuthentication yes 38PasswordAuthentication yes
30PermitEmptyPasswords no 39PermitEmptyPasswords no
31# Uncomment to disable s/key passwords 40
41#
42# Uncomment to disable s/key passwords (must be compiled with s/key support)
43#
32#SkeyAuthentication no 44#SkeyAuthentication no
33 45
34# To change Kerberos options 46#
47# To change Kerberos options (must be compiled with Kerberos support)
48#
35#KerberosAuthentication no 49#KerberosAuthentication no
36#KerberosOrLocalPasswd yes 50#KerberosOrLocalPasswd yes
37#AFSTokenPassing no 51#AFSTokenPassing no
38#KerberosTicketCleanup no 52#KerberosTicketCleanup no
39
40# Kerberos TGT Passing does only work with the AFS kaserver 53# Kerberos TGT Passing does only work with the AFS kaserver
41#KerberosTgtPassing yes 54#KerberosTgtPassing yes
42
43#CheckMail yes
44#UseLogin no