diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:00 +0000 |
commit | d7b975789ffea5cf259095437076bda4916f7dde (patch) | |
tree | f20bb9a37058699b90d67a4ae11c1bfdd4a56311 | |
parent | Setting Ciphers in sshd_config to ChaCha20. (diff) | |
download | openssh-d7b975789ffea5cf259095437076bda4916f7dde.tar.xz openssh-d7b975789ffea5cf259095437076bda4916f7dde.zip |
Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/sshd_config.d/modern-ssh.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |