From 5011014381f3bb1ac592470eda75e29fee4ed08d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:34:06 +0200 Subject: Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA. Signed-off-by: Daniel Baumann --- .../0011-ssh_config-PubkeyAcceptedKeyTypes.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/patches/progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch (limited to 'debian/patches/progress-linux') 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 +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 -- cgit v1.2.3