Unable to negotiate ssh-dss
openssh version deprecated DSA keys by default. To work around it:
Update in ~/.ssh/config:
Host your-host HostkeyAlgorithms +ssh-dss
or
ssh -oHostKeyAlgorithms=+ssh-dss user@host
My tips, howtos, gotchas, snippets and stuff. Use at your own risk!
openssh version deprecated DSA keys by default. To work around it:
Update in ~/.ssh/config:
Host your-host HostkeyAlgorithms +ssh-dss
or
ssh -oHostKeyAlgorithms=+ssh-dss user@host