summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:00 +0000
commit0738b8880507d9b09bef60426cb815f96f2f14ef (patch)
treec279c67a95453feaaccc355e3b8a5da48bed06ab /debian
parentSetting KexAlgorithms in ssh_config to Curve25519 and Diffie-Hellman. (diff)
downloadopenssh-0738b8880507d9b09bef60426cb815f96f2f14ef.tar.xz
openssh-0738b8880507d9b09bef60426cb815f96f2f14ef.zip
Setting MACs in ssh_config to UMAC and HMAC.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/progress-linux/0010-ssh_config-MACs.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0010-ssh_config-MACs.patch b/debian/patches/progress-linux/0010-ssh_config-MACs.patch
new file mode 100644
index 0000000..dfad8bd
--- /dev/null
+++ b/debian/patches/progress-linux/0010-ssh_config-MACs.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting MACs in ssh_config to UMAC and HMAC.
+
+diff -Naurp openssh.orig/ssh_config openssh/ssh_config
+--- openssh.orig/ssh_config
++++ openssh/ssh_config
+@@ -43,7 +43,7 @@ Host *
+ CASignatureAlgorithms ssh-ed25519,rsa-sha2-512,rsa-sha2-256
+ 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 hmac-md5,hmac-sha1,umac-64@openssh.com
++ MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com
+ # EscapeChar ~
+ # Tunnel no
+ # TunnelDevice any:any
diff --git a/debian/patches/series b/debian/patches/series
index ac4de57..91fb6ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,3 +43,4 @@ progress-linux/0006-ssh_config-Ciphers.patch
progress-linux/0007-ssh_config-HostbasedKeyTypes.patch
progress-linux/0008-ssh_config-HostKeyAlgorithms.patch
progress-linux/0009-ssh_config-KexAlgorithms.patch
+progress-linux/0010-ssh_config-MACs.patch