SSH Key

Error relating to no matching host key for SSH connection

Error:

SSH returns: no matching host key type found. Their offer: ssh-dss

Solution:

ssh -oHostKeyAlgorithms=+ssh-dss [email protected]

Last updated

Was this helpful?