Activity overview
Latest activity by RichPasty
cloudflare doesn't like the full path to sshd_config, and gives an error. / comments
cloudflare doesn't like the full path to sshd_config, and gives an error.
I had the same problem on my system. Client is on latest Windows 11 Pro, server is Debian Bullseye Doing the same check as you shows that there are Kex in common, but still won't connect. I did a wireshark capture to find out what's going on. It seems that Redgate is only asking for diffie-hellman-group1-sha1 and diffie-hellman-group14-sha1 Enabling diffie-hellman-group14-sha1 on the server by adding: KexAlgorithms +diffie-hellman-group14-sha1 to etc / ssh / sshd_config and restarting ssh fixed it for me.
/ comments
I had the same problem on my system.Client is on latest Windows 11 Pro, server is Debian BullseyeDoing the same check as you shows that there are Kex in common, but still won't connect.I did a wire...