From edf63f1fcbec873c0f2fefee592e4d19fafc8ef2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:34:36 +0200 Subject: Setting Ciphers in sshd_config to ChaCha20 and AES. Signed-off-by: Daniel Baumann --- .../patches/progress-linux/0014-sshd_config-Ciphers.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/patches/progress-linux/0014-sshd_config-Ciphers.patch (limited to 'debian/patches/progress-linux') 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 +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 -- cgit v1.2.3