- (stevesk) sshd_config: sync
diff --git a/sshd_config b/sshd_config
index 26372ab..ad8db27 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 @@
 KeepAlive yes
 
 # Logging
-SyslogFacility AUTHPRIV
+SyslogFacility AUTH
 LogLevel INFO
 #obsoletes QuietMode and FascistLogging
 
@@ -50,7 +50,7 @@
 # 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