From b29772f1466daeef19c7ac2f5dd9e6ed9aeb7fab Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Tue, 18 Apr 2017 02:20:44 -0400 Subject: [PATCH] prefer ed25519 --- roles/security/templates/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/security/templates/sshd_config.j2 b/roles/security/templates/sshd_config.j2 index 1485466..daddbed 100644 --- a/roles/security/templates/sshd_config.j2 +++ b/roles/security/templates/sshd_config.j2 @@ -41,8 +41,8 @@ PrintMotd no PrintLastLog yes # Use only modern host keys -HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key +HostKey /etc/ssh/ssh_host_ecdsa_key # Use only modern ciphers KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256