Displaying 1 result from an estimated 1 matches for "sendversionfirst".
2012 Apr 20
0
[Bug 1999] New: When speaking v2, send client version first to avoid long delay with some proxies
...Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: tls at panix.com
Created attachment 2145
--> https://bugzilla.mindrot.org/attachment.cgi?id=2145
Patch implementing a new SendVersionFirst option.
The current behavior of the OpenSSH client is to wait for the server to
send its version string before sending the client version. This allows
the client to work around problems in several old versions of various
SSH server software.
When configured to speak only protocol version 2, thes...