diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:58 +0000 |
commit | 073e75509da0e4036d9d6c514519c03b52baac0b (patch) | |
tree | 8aaba74cb3b393d8f19953f55a1268c709f788ba | |
parent | Setting HostKeyAlgorithms in ssh_config to ED25519. (diff) | |
download | openssh-073e75509da0e4036d9d6c514519c03b52baac0b.tar.xz openssh-073e75509da0e4036d9d6c514519c03b52baac0b.zip |
Setting KexAlgorithms in ssh_config to sntrup761x25519-sha512@openssh.com and Curve25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/ssh_config.d/modern-ssh.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/ssh_config.d/modern-ssh.conf b/debian/local/ssh_config.d/modern-ssh.conf index 40ade46..bd21956 100644 --- a/debian/local/ssh_config.d/modern-ssh.conf +++ b/debian/local/ssh_config.d/modern-ssh.conf @@ -4,3 +4,4 @@ CASignatureAlgorithms ssh-ed25519 Ciphers chacha20-poly1305@openssh.com HostbasedKeyTypes 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 |