CVSROOT:        /cvs
Module name:    src
Changes by:     dtuc...@cvs.openbsd.org 2019/11/21 23:50:30

Modified files:
        usr.bin/ssh    : misc.c 

Log message:
Wait for FD to be readable or writeable during a nonblocking connect,
not just readable.  Prevents a timeout when the server doesn't immediately
send a banner (eg multiplexers like sslh) but is also slightly quicker
for other connections since, unlike ssh1, ssh2 doesn't specify that the
client should parse the server banner before sending its own.  Patch
from mniss...@chromium.org, ok djm@

Reply via email to