summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/progress-linux/0014-sshd_config-Ciphers.patch14
-rw-r--r--debian/patches/series1
2 files changed, 15 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
diff --git a/debian/patches/series b/debian/patches/series
index a173b76..6312cdc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -47,3 +47,4 @@ progress-linux/0010-ssh_config-MACs.patch
progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch
progress-linux/0012-ssh_config-IdentityFile.patch
progress-linux/0013-sshd_config-CASignatureAlgorithms.patch
+progress-linux/0014-sshd_config-Ciphers.patch