Apply ConnectTimeout to multiplexing local socket connections. If the
authordtucker <dtucker@openbsd.org>
Fri, 4 Aug 2023 06:32:40 +0000 (06:32 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 4 Aug 2023 06:32:40 +0000 (06:32 +0000)
commit1fa342e146980bc77bb33395ec4479ec0476a41c
treefe5dde8d7531594c852210894618078e0a0a26d3
parent24656ea8ee9b43cca2f99b62cecb1fa0673fede1
Apply ConnectTimeout to multiplexing local socket connections.  If the
multiplex socket exists but the connection times out, ssh will fall back
to a direct connection the same way it would if the socket did not exist
at all.  ok djm@
usr.bin/ssh/misc.c
usr.bin/ssh/mux.c