I am unable to find working fix on Windows 10 ssh message “Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1” after upgrading to 10.3 Debian.
Don’t have a clue on this, however did find some stuff that is relevant on the openssh site.
http://www.openssh.com/legacy.html
Interesting but did not succeed. The 192.168.7.2 works fine with usb, but the dhcp eth0 won’t connect as described even with many ciphers and checking W10 kex. No problem with BeagleBoard Bone upgrade.
True before after erasing eMMC to boot without pressing button to use microSD. Clueless for now.
Don’t know why it starting working since I since more than one thing. First I suspected an open connection over usb could be messing with things though I had once closed with no success, A note of what worked for them was
`Host bbb
KexAlgorithms +diffie-hellman-group1-sha1 +diffie-hellman-group-exchange-sha1
User user
Hostname bbb
and I changed password authentication = yes which did not work by itself.
But with all changed and deleting the 192.168.7.2 sha in .ssh It starting working.