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 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/progress-linux/0005-ssh_config-CASignatureAlgorithms.patch (limited to 'debian/patches') 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 ~ diff --git a/debian/patches/series b/debian/patches/series index 97afca0..64e6a42 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -38,3 +38,4 @@ progress-linux/0001-ssh-keygen-default-key-type.patch progress-linux/0002-ssh-keygen-default-rsa-size.patch progress-linux/0003-ssh-keygen-default-ecdsa-size.patch progress-linux/0004-ssh_config-update.patch +progress-linux/0005-ssh_config-CASignatureAlgorithms.patch -- cgit v1.2.3