]> andersk Git - openssh.git/commitdiff
- (stevesk) sshd_config: sync
authorstevesk <stevesk>
Tue, 9 Jan 2001 15:28:46 +0000 (15:28 +0000)
committerstevesk <stevesk>
Tue, 9 Jan 2001 15:28:46 +0000 (15:28 +0000)
ChangeLog
sshd_config

index 54b3ac85ee7154f1f9288f0e523ddb5e39ae0bfa..399f7408488267f0b962e5f1941d62123771320a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
   - (bal) removed news4-posix.h (now empty)
   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
     instead of 'int'
+ - (stevesk) sshd_config: sync
 
 20010108
  - (bal) Fixed another typo in cli.c
index 26372ab16b1107092e387c7c0ad58b0870f15942..ad8db2746cf1bfc165f61487953326a4ee11644d 100644 (file)
@@ -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
This page took 0.033842 seconds and 5 git commands to generate.