diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-01-09 15:28:46 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-01-09 15:28:46 +0000 |
commit | 8ee4f695606fa1cb92228120c93c61f8f6863b73 (patch) | |
tree | a87408bf046c578650e677494b56f034365a6ae4 | |
parent | 50c9c207cfaff897242cb3df7f43785314f81a6a (diff) |
- (stevesk) sshd_config: sync
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | sshd_config | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -28,6 +28,7 @@ | |||
28 | - (bal) removed news4-posix.h (now empty) | 28 | - (bal) removed news4-posix.h (now empty) |
29 | - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' | 29 | - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' |
30 | instead of 'int' | 30 | instead of 'int' |
31 | - (stevesk) sshd_config: sync | ||
31 | 32 | ||
32 | 20010108 | 33 | 20010108 |
33 | - (bal) Fixed another typo in cli.c | 34 | - (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 @@ | |||
2 | 2 | ||
3 | Port 22 | 3 | Port 22 |
4 | #Protocol 2,1 | 4 | #Protocol 2,1 |
5 | ListenAddress 0.0.0.0 | 5 | #ListenAddress 0.0.0.0 |
6 | #ListenAddress :: | 6 | #ListenAddress :: |
7 | HostKey /etc/ssh_host_key | 7 | HostKey /etc/ssh_host_key |
8 | HostKey /etc/ssh_host_rsa_key | ||
9 | HostKey /etc/ssh_host_dsa_key | 8 | HostKey /etc/ssh_host_dsa_key |
9 | #HostKey /etc/ssh_host_rsa_key | ||
10 | ServerKeyBits 768 | 10 | ServerKeyBits 768 |
11 | LoginGraceTime 600 | 11 | LoginGraceTime 600 |
12 | KeyRegenerationInterval 3600 | 12 | KeyRegenerationInterval 3600 |
@@ -23,7 +23,7 @@ PrintMotd yes | |||
23 | KeepAlive yes | 23 | KeepAlive yes |
24 | 24 | ||
25 | # Logging | 25 | # Logging |
26 | SyslogFacility AUTHPRIV | 26 | SyslogFacility AUTH |
27 | LogLevel INFO | 27 | LogLevel INFO |
28 | #obsoletes QuietMode and FascistLogging | 28 | #obsoletes QuietMode and FascistLogging |
29 | 29 | ||
@@ -50,7 +50,7 @@ PermitEmptyPasswords no | |||
50 | # Kerberos TGT Passing does only work with the AFS kaserver | 50 | # Kerberos TGT Passing does only work with the AFS kaserver |
51 | #KerberosTgtPassing yes | 51 | #KerberosTgtPassing yes |
52 | 52 | ||
53 | CheckMail no | 53 | #CheckMail yes |
54 | #UseLogin no | 54 | #UseLogin no |
55 | 55 | ||
56 | # Uncomment if you want to enable sftp | 56 | # Uncomment if you want to enable sftp |