summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:52:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:52:32 +0000
commit5bd41842792603849dfc0c5f85277377832ef50a (patch)
treeb8dd2f3b5bb172f52ec8b1ce89e97d47ca1a7e1a
parentSetting HostKeyAlgorithms in ssh_config to ED25519. (diff)
downloadopenssh-5bd41842792603849dfc0c5f85277377832ef50a.tar.xz
openssh-5bd41842792603849dfc0c5f85277377832ef50a.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.conf1
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