From 75766c7a767bdcb9a118924101f37265201df42c Mon Sep 17 00:00:00 2001 From: ghherlin Date: Fri, 7 Jul 2023 08:49:05 +0200 Subject: [PATCH] Update sshd_config adding ECDSA support --- files/sshd_config | 1 + 1 file changed, 1 insertion(+) 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