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?
Error relating to no matching host key for SSH connection
SSH returns: no matching host key type found. Their offer: ssh-dss
ssh -oHostKeyAlgorithms=+ssh-dss [email protected]
Last updated
Was this helpful?