changed ssh_config default settings to allow dsa keys.

This commit is contained in:
arif-pragmasys 2015-09-23 14:38:33 -05:00
parent 0faa40eae3
commit 2e710ab203

View File

@ -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*