haasmesh icon indicating copy to clipboard operation
haasmesh copied to clipboard

ssh from xiaomi

Open drandyhaas opened this issue 1 year ago • 0 comments

Xaiomi hub couldn't ssh into the Linksys nodes due to this error:

Unable to negotiate with 192.168.2.4 port 22: no matching host key type found. Their offer: ssh-rsa

I added the following to /root/.ssh/config:

Host 192.168.2.* PubkeyAcceptedAlgorithms +ssh-rsa HostkeyAlgorithms +ssh-rsa

That seemed to take care of the issue.

drandyhaas avatar Sep 17 '22 08:09 drandyhaas