summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:52:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:52:34 +0000
commit248edb07a8b297792280ccbbf08a73ccc04e680a (patch)
tree6fccd57b234776d51c02c7f7d297ec86a4b2aaca
parentSetting HostbasedAcceptedKeyTypes in sshd_config to ED25519. (diff)
downloadopenssh-248edb07a8b297792280ccbbf08a73ccc04e680a.tar.xz
openssh-248edb07a8b297792280ccbbf08a73ccc04e680a.zip
Setting HostKeyAlgorithms 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.conf1
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 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