From 2e710ab203bf6e1517873bb34b8bbfde581d83c6 Mon Sep 17 00:00:00 2001 From: arif-pragmasys Date: Wed, 23 Sep 2015 14:38:33 -0500 Subject: [PATCH] changed ssh_config default settings to allow dsa keys. --- ssh_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh_config b/ssh_config index 4bfc008..42d6699 100644 --- a/ssh_config +++ b/ssh_config @@ -46,3 +46,5 @@ # VisualHostKey no # ProxyCommand ssh -q -W %h:%p gateway.example.com #UsePrivilegeSeparation no +PubkeyAcceptedKeyTypes ssh-ed25519*,ssh-rsa*,ssh-dss*,ecdsa-sha2* +