diff --git a/files/sshd_config b/files/sshd_config index 1308c8b..01f89a7 100644 --- a/files/sshd_config +++ b/files/sshd_config @@ -3,6 +3,7 @@ Protocol 2 HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_rsa_key +HostKey /etc/ssh/ssh_host_ecdsa_key # Faster connection # See: https://github.com/atmoz/sftp/issues/11