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
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
The timeout parameter on connection types is supposed to be how long to wait when trying to establish a connection to the target. That parameter is currently passed to paramiko's SSHClient()timeout parameter, which is documented as:
timeout (float) – an optional timeout (in seconds) for the TCP connect
The timeout parameter on connection types is supposed to be how long to wait when trying to establish a connection to the target. That parameter is currently passed to paramiko's
SSHClient()timeoutparameter, which is documented as:https://docs.paramiko.org/en/stable/api/client.html
Long before that timeout, we get the following error:
Some other timeouts (
banner_timeout?) probably need to be set to achieve the behavior we want in devlib.