From 8ee4f695606fa1cb92228120c93c61f8f6863b73 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Tue, 9 Jan 2001 15:28:46 +0000 Subject: - (stevesk) sshd_config: sync --- ChangeLog | 1 + sshd_config | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54b3ac85e..399f74084 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 26372ab16..ad8db2746 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 -- cgit v1.2.3