summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/progress-linux/0013-sshd_config-CASignatureAlgorithms.patch15
1 files changed, 15 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org>
+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
+