Open Trotter73 opened 2 years ago
Hi,
I think I have found the issue, in Debian 11 the KexAlgorithms diffie-hellman-group14-sha1 has been depreciated because of security concerns, it appears rpicheck only uses this and so connections fail on 11..
You can get around this by editing /etc/ssh/sshd_config and adding KexAlgorithms diffie-hellman-group14-sha1 I cant recommend though because of the security concern.
Yes thats helps. Don't forget the "+" in order to add this method to the defaults instead of replacing all methods
KexAlgorithms +diffie-hellman-group14-sha1
Hi, I seem to be having issues connecting to Pis running Bullseye, I get "Oops, could not establish a connection. Please check hostname and your network. "
I'm connecting with a pub key and passphrase, as a control; fresh install of Buster & Bullseye, just updates applied, same keys installed on both, both cards booted on the same PiZeroW. I am able to connect to both using my normal SSH client (Bitvise).
This is the debug log for a failed connection.
I am using an RSA key...
Any ideas ?