From 1f6ef74cab7bf4c047b864041c2dcee32b1cece4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:35:06 +0200 Subject: Setting MACs in sshd_config to UMAC and HMAC. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0018-sshd_config-MACs.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/progress-linux/0018-sshd_config-MACs.patch (limited to 'debian') diff --git a/debian/patches/progress-linux/0018-sshd_config-MACs.patch b/debian/patches/progress-linux/0018-sshd_config-MACs.patch new file mode 100644 index 0000000..79e517f --- /dev/null +++ b/debian/patches/progress-linux/0018-sshd_config-MACs.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann +Description: Setting MACs in sshd_config to UMAC and HMAC. + +diff -Naurp openssh.orig/sshd_config openssh/sshd_config +--- openssh.orig/sshd_config ++++ openssh/sshd_config +@@ -25,6 +25,7 @@ CASignatureAlgorithms ssh-ed25519,rsa-sh + # Ciphers and keying + Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr + KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256 ++MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com + #RekeyLimit default none + + # Logging diff --git a/debian/patches/series b/debian/patches/series index 7109e8b..bb700d3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -51,3 +51,4 @@ progress-linux/0014-sshd_config-Ciphers.patch progress-linux/0015-sshd_config-HostbasedAcceptedKeyTypes.patch progress-linux/0016-sshd_config-HostKeyAlgorithms.patch progress-linux/0017-sshd_config-KexAlgorithms.patch +progress-linux/0018-sshd_config-MACs.patch -- cgit v1.2.3