You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(connection): bound SSH connect with connection_timeout; read it from [connection]
paramiko's client.connect() was called with no timeout, so a dead/firewalled
refhost stalled on the OS TCP timeout — a bulk add_host fanning out across the
testplatform appeared to hang for minutes even though the connect phase is
already parallel. Pass connection_timeout as paramiko's timeout / banner_timeout
/ auth_timeout so the connect, banner and auth phases are bounded by the same
knob that already bounds remote command execution.
Also read connection_timeout from the [connection] section (falling back to the
legacy [mtui] location) so the value takes effect where it is documented to
live. Default unchanged (300s).
0 commit comments