Fix host_key usage in sshd_config tpl

This commit is contained in:
Victor Laborie 2017-08-17 10:01:05 -04:00
parent a16cd4be55
commit f911adfe88
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ Port 2222
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
UsePrivilegeSeparation yes
KeyRegenerationInterval 3600