search for: conecttimeout

Displaying 1 result from an estimated 1 matches for "conecttimeout".

Did you mean: connecttimeout
2019 Sep 16
6
[Bug 3071] New: unhandled EINTR while connecting causes ssh to exit prematurely
...ssh Assignee: unassigned-bugs at mindrot.org Reporter: mavery at akamai.com Created attachment 3329 --> https://bugzilla.mindrot.org/attachment.cgi?id=3329&action=edit misc.c path We've observed some machines always returning one EINTR during a connection where a ConectTimeout is specified on the command line. ssh exits prematurely as the errno == EINTR is processed as hard error instead of being filtered out and retried in the select loop. It looks to be correlated to migrating to Ubuntu 18.04.4 but the change is trivial enough I didn't dig much further into why it...