Skip to content

Unable to negotiate ssh dss

wordpress meta

title: 'Unable to negotiate ssh-dss'
date: '2016-12-06T07:50:51-06:00'
status: publish
permalink: /unable-to-negotiate-ssh-dss
author: admin
excerpt: ''
type: post
id: 998
category:
    - SSH
tag: []
post_format: []

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