From 87758ee36106f7322792425f52f7c8c9591d179d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 21:52:34 +0200 Subject: Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519. Signed-off-by: Daniel Baumann --- debian/local/sshd_config.d/modern-ssh.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/local/sshd_config.d/modern-ssh.conf b/debian/local/sshd_config.d/modern-ssh.conf index bf2b5e0..60cbdb0 100644 --- a/debian/local/sshd_config.d/modern-ssh.conf +++ b/debian/local/sshd_config.d/modern-ssh.conf @@ -2,3 +2,4 @@ CASignatureAlgorithms ssh-ed25519 Ciphers chacha20-poly1305@openssh.com +HostbasedAcceptedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 -- cgit v1.2.3