ssh root@192.168.8.1
Unable to negotiate with 192.168.8.1 port 22: no matching host key type found. Their offer: ssh-rsa
from fresh reset can’t ssh into router
& windows is not an option.
ssh root@192.168.8.1
Unable to negotiate with 192.168.8.1 port 22: no matching host key type found. Their offer: ssh-rsa
from fresh reset can’t ssh into router
& windows is not an option.
One time:
ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.8.1
Permanent:
echo -e “\tHostKeyAlgorithms ssh-rsa” >> .ssh/config
No it did not work for me. I had to install openssh-client on Mango to resolve this issue.
Actually this is a different issue.
This is ssh to the router in some system.
Your issues is ssh from the router to some systems.