Trying to lo into a SB Radio (Settings->Advanced->Remote Login)
Getting error:
So then I try: ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 192.168.xx.xx -l root
and now the error is:
Tried a few of the other 'offers', no luck.
What am I doing wrong?
Getting error:
Code:
Unable to negotiate with 192.168.xx.xx port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
and now the error is:
Code:
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 192.168.xx.xx -l root
Unable to negotiate with 192.168.xx.xx port 22: no matching cipher found. Their offer: aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc,blowfish-cbc
What am I doing wrong?