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 | 74ce648bdb63fb7dc2f9f40b389c3efd7ab6ddab (patch) | |
tree | 788b90417bfb7d096c33e4843902e3e07e5acfc0 /debian/local | |
parent | Setting HostKeyAlgorithms in sshd_config to ED25519. (diff) | |
download | openssh-74ce648bdb63fb7dc2f9f40b389c3efd7ab6ddab.tar.xz openssh-74ce648bdb63fb7dc2f9f40b389c3efd7ab6ddab.zip |
Setting KexAlgorithms in sshd_config to sntrup761x25519-sha512@openssh.com and Curve25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-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 52af20a..b49cf6b 100644 --- a/debian/local/sshd_config.d/modern-ssh.conf +++ b/debian/local/sshd_config.d/modern-ssh.conf @@ -4,3 +4,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 +KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,curve25519-sha256 |