Page 1 of 1

Can't SSH to Toon anymore

Posted: Tue Oct 01, 2019 12:22 pm
by Edwin66
Since I found my pasword for Toon back (hurray for email backup) I try to SSH into Toon, but
edwin$ ssh root@192.168.0.4
Unable to negotiate with 192.168.0.4 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Also happens when I just use to ssh to 192.168.0.4 (no user)

Re: Can't SSH to Toon anymore

Posted: Tue Oct 01, 2019 4:51 pm
by Edwin66
Logging in to Toon worekd with

Code: Select all

ssh -o KexAlgorithms=diffie-hellman-group1-sha1 root@192.168.0.4
So that part is fixed :)

Re: Can't SSH to Toon anymore

Posted: Tue Oct 01, 2019 5:09 pm
by TheHogNL
Yes the toon 1 dropbear doesn't have the very best encryptions enabled :-)