Skip to content

Commit 2e710ab

Browse files
changed ssh_config default settings to allow dsa keys.
1 parent 0faa40e commit 2e710ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ssh_config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646
# VisualHostKey no
4747
# ProxyCommand ssh -q -W %h:%p gateway.example.com
4848
#UsePrivilegeSeparation no
49+
PubkeyAcceptedKeyTypes ssh-ed25519*,ssh-rsa*,ssh-dss*,ecdsa-sha2*
50+

0 commit comments

Comments
 (0)