diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:01 +0000 |
commit | e934ab047b00129f7f2af2224ecf7bada49ab776 (patch) | |
tree | 22d7adcd64bd3ed73fcb73b1595ad503aed28fd5 | |
parent | Setting HostKeyAlgorithms in sshd_config to ED25519. (diff) | |
download | openssh-e934ab047b00129f7f2af2224ecf7bada49ab776.tar.xz openssh-e934ab047b00129f7f2af2224ecf7bada49ab776.zip |
Setting KexAlgorithms in sshd_config to sntrup761x25519-sha512@openssh.com and Curve25519.
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 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 |