summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:45 +0000
commit808d19e245245d465e42dd59d2a782e6e0b87a77 (patch)
tree91417bb96dc2a3ce14bdbd0dc0eb5ea7789067ec
parentSetting HostKeyAlgorithms in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-808d19e245245d465e42dd59d2a782e6e0b87a77.tar.xz
openssh-808d19e245245d465e42dd59d2a782e6e0b87a77.zip
Setting KexAlgorithms in ssh_config to Curve25519 and Diffie-Hellman.
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 0a61cbb..9c98c43 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,rsa-sha2-512,rsa-sha2-256
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
HostbasedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
+KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256