From f911adfe88d96ce5862cefa11cd2c94132d24b96 Mon Sep 17 00:00:00 2001 From: Victor Laborie Date: Thu, 17 Aug 2017 10:01:05 -0400 Subject: [PATCH] Fix host_key usage in sshd_config tpl --- tpl/sshd_config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tpl/sshd_config b/tpl/sshd_config index 61e7211..b2bc432 100644 --- a/tpl/sshd_config +++ b/tpl/sshd_config @@ -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