Re: problem persists in WinSCP 5.7.5
Correct, applying the patch helps too.
It works! Thank you, @martin.
Wojtek
It works! Thank you, @martin.
Wojtek
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
OpenSSH 7.1 will offer DH KEX to WinSCP 5.7.5 and newer (which supports RFC4419). So please upgrade your OpenSSH to the latest version.
Couldn't agree a key exchange algorithm (available: curve25519-sha256@libssh.org)
curve25519-sha256@libssh.org
KEX to WinSCP.
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,rsa2048-sha256,rsa1024-sha1
curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
compat.c Revision 1.90, Mon Apr 13 02:04:08 2015 UTC (2 months, 3 weeks ago) by djm
Branch: MAIN
deprecate ancient, pre-RFC4419 and undocumented
SSH2_MSG_KEX_DH_GEX_REQUEST_OLD message;
ok markus@ deraadt@ "seems reasonable" dtucker@
compat.c Revision 1.92, Tue May 5 10:17:49 2015 UTC (2 months ago) by dtucker
Branch: MAIN
WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that
KEX method. ok markus@