Actions
Bug #11553
closedLong-taking connection to remote host (usually when the host is not unreachable) block ssh calls to other hosts
Difficulty:
Triaged:
Description
Connection opening is synchronous for now, wich is sub-optimal, since other ssh connections have to wait
until it finishes: this is especially an issue, when the host is not reachable, and some timeout (which
can be even minutes) applies.
Actions