summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0011-ssh_config-PubkeyAcceptedKeyTypes.patch
blob: 99f502bd4edea48b05b9053ab6b6849d649f232c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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