summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-01-09 15:28:46 +0000
committerKevin Steves <stevesk@pobox.com>2001-01-09 15:28:46 +0000
commit8ee4f695606fa1cb92228120c93c61f8f6863b73 (patch)
treea87408bf046c578650e677494b56f034365a6ae4 /sshd_config
parent50c9c207cfaff897242cb3df7f43785314f81a6a (diff)
- (stevesk) sshd_config: sync
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config8
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config b/sshd_config
index 26372ab16..ad8db2746 100644
--- a/sshd_config
+++ b/sshd_config
@@ -2,11 +2,11 @@
2 2
3Port 22 3Port 22
4#Protocol 2,1 4#Protocol 2,1
5ListenAddress 0.0.0.0 5#ListenAddress 0.0.0.0
6#ListenAddress :: 6#ListenAddress ::
7HostKey /etc/ssh_host_key 7HostKey /etc/ssh_host_key
8HostKey /etc/ssh_host_rsa_key
9HostKey /etc/ssh_host_dsa_key 8HostKey /etc/ssh_host_dsa_key
9#HostKey /etc/ssh_host_rsa_key
10ServerKeyBits 768 10ServerKeyBits 768
11LoginGraceTime 600 11LoginGraceTime 600
12KeyRegenerationInterval 3600 12KeyRegenerationInterval 3600
@@ -23,7 +23,7 @@ PrintMotd yes
23KeepAlive yes 23KeepAlive yes
24 24
25# Logging 25# Logging
26SyslogFacility AUTHPRIV 26SyslogFacility AUTH
27LogLevel INFO 27LogLevel INFO
28#obsoletes QuietMode and FascistLogging 28#obsoletes QuietMode and FascistLogging
29 29
@@ -50,7 +50,7 @@ PermitEmptyPasswords no
50# Kerberos TGT Passing does only work with the AFS kaserver 50# Kerberos TGT Passing does only work with the AFS kaserver
51#KerberosTgtPassing yes 51#KerberosTgtPassing yes
52 52
53CheckMail no 53#CheckMail yes
54#UseLogin no 54#UseLogin no
55 55
56# Uncomment if you want to enable sftp 56# Uncomment if you want to enable sftp