diff options
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0014-sshd_config-Ciphers.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0014-sshd_config-Ciphers.patch b/debian/patches/progress-linux/0014-sshd_config-Ciphers.patch new file mode 100644 index 0000000..183d0ac --- /dev/null +++ b/debian/patches/progress-linux/0014-sshd_config-Ciphers.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Setting Ciphers in sshd_config to ChaCha20 and AES. + +diff -Naurp openssh.orig/sshd_config openssh/sshd_config +--- openssh.orig/sshd_config ++++ openssh/sshd_config +@@ -22,6 +22,7 @@ + CASignatureAlgorithms ssh-ed25519,rsa-sha2-512,rsa-sha2-256 + + # Ciphers and keying ++Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr + #RekeyLimit default none + + # Logging |