From 039fb1643939bd97eccf831cefdf397cc3959353 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:43:01 +0200 Subject: Setting HostKeyAlgorithms in sshd_config to ED25519. Signed-off-by: Daniel Baumann --- debian/local/sshd_config.d/modern-ssh.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/local/sshd_config.d/modern-ssh.conf b/debian/local/sshd_config.d/modern-ssh.conf index 60cbdb0..52af20a 100644 --- a/debian/local/sshd_config.d/modern-ssh.conf +++ b/debian/local/sshd_config.d/modern-ssh.conf @@ -3,3 +3,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 +HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 -- cgit v1.2.3