From: stevesk Date: Tue, 9 Jan 2001 15:28:46 +0000 (+0000) Subject: - (stevesk) sshd_config: sync X-Git-Tag: PRE-REORDER~62 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/adc83ebf870990eb3dd9ab43e3f369a009a69344 - (stevesk) sshd_config: sync --- diff --git a/ChangeLog b/ChangeLog index 54b3ac85..399f7408 100644 --- 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 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