diff options
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0007-ssh_config-HostbasedKeyTypes.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0007-ssh_config-HostbasedKeyTypes.patch b/debian/patches/progress-linux/0007-ssh_config-HostbasedKeyTypes.patch new file mode 100644 index 0000000..569e44f --- /dev/null +++ b/debian/patches/progress-linux/0007-ssh_config-HostbasedKeyTypes.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Setting HostbasedKeyTypes in ssh_config to ED25519 and RSA. + +diff -Naurp openssh.orig/ssh_config openssh/ssh_config +--- openssh.orig/ssh_config ++++ openssh/ssh_config +@@ -23,6 +23,7 @@ Host * + # ForwardX11Trusted yes + # PasswordAuthentication yes + # HostbasedAuthentication no ++ HostbasedKeyTypes 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 + GSSAPIAuthentication yes + # GSSAPIDelegateCredentials no + # GSSAPIKeyExchange no |