summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:43:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:43:01 +0000
commit039fb1643939bd97eccf831cefdf397cc3959353 (patch)
tree20746553e1bd9cc38b8f3eaaa73b6a625fa38037
parentSetting HostbasedAcceptedKeyTypes in sshd_config to ED25519. (diff)
downloadopenssh-039fb1643939bd97eccf831cefdf397cc3959353.tar.xz
openssh-039fb1643939bd97eccf831cefdf397cc3959353.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