I’m trying to ssh into my Opal router (GL-SFT1200, v4.3.25) but running to several hurdles.
First the
Unable to negotiate with 192.168.8.1 port 22: no matching host key type found. Their offer: ssh-rsa
but i was able to get around that by adding
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
to my .ssh/config, but now I get the next error:
ssh_dispatch_run_fatal: Connection to 192.168.8.1 port 22: error in libcrypto
As far as I have been able to determine, Linux now uses ssh clients that require a newer version of ssh on the router. How do I get around that?
I can install openssh_server and/or telnet from the plug-ins menu, but it doesn’t change anything, and it seems you need to login with ssh to be able to change anything - no gui interface - so a catch 22.
How to proceed?