From be502700e9f5ef18d2e0785d84bafed585c9b6a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:33:25 +0200 Subject: Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. Signed-off-by: Daniel Baumann --- .../0005-ssh_config-CASignatureAlgorithms.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/patches/progress-linux/0005-ssh_config-CASignatureAlgorithms.patch (limited to 'debian/patches/progress-linux') diff --git a/debian/patches/progress-linux/0005-ssh_config-CASignatureAlgorithms.patch b/debian/patches/progress-linux/0005-ssh_config-CASignatureAlgorithms.patch new file mode 100644 index 0000000..37410e8 --- /dev/null +++ b/debian/patches/progress-linux/0005-ssh_config-CASignatureAlgorithms.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann +Description: Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. + +diff -Naurp openssh.orig/ssh_config openssh/ssh_config +--- openssh.orig/ssh_config ++++ openssh/ssh_config +@@ -38,6 +38,7 @@ Host * + # IdentityFile ~/.ssh/id_ed25519 + # Port 22 + # Protocol 2 ++ CASignatureAlgorithms ssh-ed25519,rsa-sha2-512,rsa-sha2-256 + # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc + # MACs hmac-md5,hmac-sha1,umac-64@openssh.com + # EscapeChar ~ -- cgit v1.2.3