summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:34:06 +0000
commit5011014381f3bb1ac592470eda75e29fee4ed08d (patch)
tree71386ca1ff66bea3e7b2d56b4f38ad481bed7550
parentSetting MACs in ssh_config to UMAC and HMAC. (diff)
downloadopenssh-5011014381f3bb1ac592470eda75e29fee4ed08d.tar.xz
openssh-5011014381f3bb1ac592470eda75e29fee4ed08d.zip
Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch14
-rw-r--r--debian/patches/series1
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch b/debian/patches/progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch
new file mode 100644
index 0000000..99f502b
--- /dev/null
+++ b/debian/patches/progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch
@@ -0,0 +1,14 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA.
+
+diff -Naurp openssh.orig/ssh_config openssh/ssh_config
+--- openssh.orig/ssh_config
++++ openssh/ssh_config
+@@ -33,6 +33,7 @@ Host *
+ # CheckHostIP yes
+ # AddressFamily any
+ # ConnectTimeout 0
++ PubkeyAcceptedKeyTypes ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
+ # StrictHostKeyChecking ask
+ # IdentityFile ~/.ssh/id_rsa
+ # IdentityFile ~/.ssh/id_dsa
diff --git a/debian/patches/series b/debian/patches/series
index 91fb6ec..ca1856b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -44,3 +44,4 @@ progress-linux/0007-ssh_config-HostbasedKeyTypes.patch
progress-linux/0008-ssh_config-HostKeyAlgorithms.patch
progress-linux/0009-ssh_config-KexAlgorithms.patch
progress-linux/0010-ssh_config-MACs.patch
+progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch