diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:33:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:33:33 +0000 |
commit | 42102b346cfeaef56bae602d5b5d2624485334b0 (patch) | |
tree | f79b15725095ceccfb77d59476a6d1a99ba90bad /debian/patches/progress-linux/0006-ssh_config-Ciphers.patch | |
parent | Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff) | |
download | openssh-42102b346cfeaef56bae602d5b5d2624485334b0.tar.xz openssh-42102b346cfeaef56bae602d5b5d2624485334b0.zip |
Setting Ciphers in ssh_config to ChaCha20 and AES.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/progress-linux/0006-ssh_config-Ciphers.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0006-ssh_config-Ciphers.patch b/debian/patches/progress-linux/0006-ssh_config-Ciphers.patch new file mode 100644 index 0000000..2080116 --- /dev/null +++ b/debian/patches/progress-linux/0006-ssh_config-Ciphers.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Setting Ciphers in ssh_config to ChaCha20 and AES. + +diff -Naurp openssh.orig/ssh_config openssh/ssh_config +--- openssh.orig/ssh_config ++++ openssh/ssh_config +@@ -39,7 +39,7 @@ Host * + # Port 22 + # Protocol 2 + CASignatureAlgorithms ssh-ed25519,rsa-sha2-512,rsa-sha2-256 +-# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc ++ Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr + # MACs hmac-md5,hmac-sha1,umac-64@openssh.com + # EscapeChar ~ + # Tunnel no |