From 7b15ee3debbf5e2cb1685165a04194b2fb953b56 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:34:29 +0200 Subject: Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. Signed-off-by: Daniel Baumann --- .../0013-sshd_config-CASignatureAlgorithms.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/progress-linux/0013-sshd_config-CASignatureAlgorithms.patch (limited to 'debian') diff --git a/debian/patches/progress-linux/0013-sshd_config-CASignatureAlgorithms.patch b/debian/patches/progress-linux/0013-sshd_config-CASignatureAlgorithms.patch new file mode 100644 index 0000000..05c70dc --- /dev/null +++ b/debian/patches/progress-linux/0013-sshd_config-CASignatureAlgorithms.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Setting CASignatureAlgorithms in sshd_config to ED25519 and RSA. + +diff -Naurp openssh.orig/sshd_config openssh/sshd_config +--- openssh.orig/sshd_config ++++ openssh/sshd_config +@@ -19,6 +19,8 @@ + #HostKey /etc/ssh/ssh_host_ecdsa_key + #HostKey /etc/ssh/ssh_host_ed25519_key + ++CASignatureAlgorithms ssh-ed25519,rsa-sha2-512,rsa-sha2-256 ++ + # Ciphers and keying + #RekeyLimit default none + diff --git a/debian/patches/series b/debian/patches/series index 95cbb52..a173b76 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -46,3 +46,4 @@ progress-linux/0009-ssh_config-KexAlgorithms.patch progress-linux/0010-ssh_config-MACs.patch progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch progress-linux/0012-ssh_config-IdentityFile.patch +progress-linux/0013-sshd_config-CASignatureAlgorithms.patch -- cgit v1.2.3