After securing my ssh server to only accept more recent algorithms, I can no longer access my git repository on windows.
I don't know what "available" means. Does that mean what it thinks it can support, or what the remote side supports?
I am using puTTY 0.70, and I can connect to that server. I've tested on the command line with plink and have no problems. SourceTree is configured to use plink, and using Git from the command line works fine.
I know my SSH server supports all those listed, but also diffie-hellman-group-exchange-sha256.
This is in my sshd_config. It's OpenSSH Server 7.4 on Debian.
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
If I add diffie-hellman-group14-sha1 to the Key exchange algorithm list, it works, but I don't want to enable this algorithm.
I'm using 2.1.11.0. I've also tried the update to 2.3.1, but that doesn't change anything.
Hi,
Please follow https://jira.atlassian.com/browse/SRCTREEWIN-7505
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.