Hey guys, My second post in the last few days (boy I'm active! ;)). We've had a few issues with SSH Secure Shell version 3.2.0 (build 267) and sftp and while trying to figure it out I noticed something in the debug output that I think should be brought to OpenSSH's attention. Ssh2Transport/trcommon.c:1518: All versions of OpenSSH handle kex guesses incorrectly. Does anyone know what this is about? I can provide more info if necessary. -- James Dennis Harvard Law School 617-596-7272 "Not everything that counts can be counted, and not everything that can be counted counts."
Hi! On Thu, Feb 06, 2003 at 10:49:02AM -0500, James Dennis wrote:> Ssh2Transport/trcommon.c:1518: All versions of OpenSSH handle kex > guesses incorrectly. > > Does anyone know what this is about? I can provide more info if > necessary.See: http://bugzilla.mindrot.org/show_bug.cgi?id=148 Thus, the upcoming OpenSSH 3.6 should (correctly) handle kex guesses. Ciao Thomas
On Thu, Feb 06, 2003 at 10:49:02AM -0500, James Dennis wrote:> Ssh2Transport/trcommon.c:1518: All versions of OpenSSH handle kex > guesses incorrectly.Versions of OpenSSH < 3.6 don't handle this at all. tell your vendor that OpenSSH 3.6 will probably handle this correctly. -m