diff options
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config index 97f6f8e1c..63a559901 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | Port 22 | 3 | Port 22 |
4 | ListenAddress 0.0.0.0 | 4 | ListenAddress 0.0.0.0 |
5 | HostKey /etc/ssh/ssh_host_key | 5 | HostKey /etc/openssh/ssh_host_key |
6 | ServerKeyBits 768 | 6 | ServerKeyBits 768 |
7 | LoginGraceTime 600 | 7 | LoginGraceTime 600 |
8 | KeyRegenerationInterval 3600 | 8 | KeyRegenerationInterval 3600 |
@@ -20,7 +20,7 @@ KeepAlive yes | |||
20 | SyslogFacility AUTH | 20 | SyslogFacility AUTH |
21 | RhostsAuthentication no | 21 | RhostsAuthentication no |
22 | # | 22 | # |
23 | # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts | 23 | # For this to work you will also need host keys in /etc/openssh/ssh_known_hosts |
24 | RhostsRSAAuthentication no | 24 | RhostsRSAAuthentication no |
25 | # | 25 | # |
26 | RSAAuthentication yes | 26 | RSAAuthentication yes |