summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:33:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:33:47 +0000
commit06ac8b6754646b9ae1ff97841ab85e457bb8ab7b (patch)
tree8a87e475d800b9fceb3383b0ee56973ce910c62b /debian/patches/progress-linux
parentSetting HostbasedKeyTypes in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-06ac8b6754646b9ae1ff97841ab85e457bb8ab7b.tar.xz
openssh-06ac8b6754646b9ae1ff97841ab85e457bb8ab7b.zip
Setting HostKeyAlgorithms in ssh_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r--debian/patches/progress-linux/0008-ssh_config-HostKeyAlgorithms.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0008-ssh_config-HostKeyAlgorithms.patch b/debian/patches/progress-linux/0008-ssh_config-HostKeyAlgorithms.patch
new file mode 100644
index 0000000..2acae87
--- /dev/null
+++ b/debian/patches/progress-linux/0008-ssh_config-HostKeyAlgorithms.patch
@@ -0,0 +1,14 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting HostKeyAlgorithms in ssh_config to ED25519 and RSA.
+
+diff -Naurp openssh.orig/ssh_config openssh/ssh_config
+--- openssh.orig/ssh_config
++++ openssh/ssh_config
+@@ -24,6 +24,7 @@ Host *
+ # 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
++ HostKeyAlgorithms 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