summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:36 +0000
commitedf63f1fcbec873c0f2fefee592e4d19fafc8ef2 (patch)
tree019caaa6d4b02a89159b68ca564c5e2ded42ffd7 /debian/patches/progress-linux
parentSetting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-edf63f1fcbec873c0f2fefee592e4d19fafc8ef2.tar.xz
openssh-edf63f1fcbec873c0f2fefee592e4d19fafc8ef2.zip
Setting Ciphers in sshd_config to ChaCha20 and AES.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r--debian/patches/progress-linux/0014-sshd_config-Ciphers.patch14
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