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)
downloadopenssh-git-8ee4f695606fa1cb92228120c93c61f8f6863b73.tar.gz
- (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 26372ab1..ad8db274 100644
--- a/sshd_config
+++ b/sshd_config
@@ -2,11 +2,11 @@
Port 22
#Protocol 2,1
-ListenAddress 0.0.0.0
+#ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh_host_key
-HostKey /etc/ssh_host_rsa_key
HostKey /etc/ssh_host_dsa_key
+#HostKey /etc/ssh_host_rsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
@@ -23,7 +23,7 @@ PrintMotd yes
KeepAlive yes
# Logging
-SyslogFacility AUTHPRIV
+SyslogFacility AUTH
LogLevel INFO
#obsoletes QuietMode and FascistLogging
@@ -50,7 +50,7 @@ PermitEmptyPasswords no
# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes
-CheckMail no
+#CheckMail yes
#UseLogin no
# Uncomment if you want to enable sftp