Beep Box

Hi. Im stuck here!

bri978an@kali:~$ ssh root@10.10.10.7
Unable to negotiate with 10.10.10.7 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

any help please,

Type your comment> @Razzberry said:

Hi. Im stuck here!

bri978an@kali:~$ ssh root@10.10.10.7
Unable to negotiate with 10.10.10.7 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

any help please,

Hey guys, I figured it out. You have to force OpenSSH Client to use a weak cipher like this

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 admin@10.11.12.13

1 Like

You saved my a** with this, also learned something