For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 root@192.168.8.109

Last updated