diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:52:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:52:34 +0000 |
commit | 87758ee36106f7322792425f52f7c8c9591d179d (patch) | |
tree | 8f47672d9c6d3ce2df9c5a904ec37fc2e6f15a2e | |
parent | Setting Ciphers in sshd_config to ChaCha20. (diff) | |
download | openssh-87758ee36106f7322792425f52f7c8c9591d179d.tar.xz openssh-87758ee36106f7322792425f52f7c8c9591d179d.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 |