summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:33:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:33:25 +0000
commitbe502700e9f5ef18d2e0785d84bafed585c9b6a3 (patch)
tree77a19266d3aa46e2a667e08cd8003fa2daf0f45d
parentUpdating options in ssh_config. (diff)
downloadopenssh-be502700e9f5ef18d2e0785d84bafed585c9b6a3.tar.xz
openssh-be502700e9f5ef18d2e0785d84bafed585c9b6a3.zip
Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0005-ssh_config-CASignatureAlgorithms.patch14
-rw-r--r--debian/patches/series1
2 files changed, 15 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org>
+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