We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fec8f commit 3990d11Copy full SHA for 3990d11
netmiko/base_connection.py
@@ -176,6 +176,8 @@ def __init__(
176
# Connect timeouts
177
# ssh-connect --> TCP conn (conn_timeout) --> SSH-banner (banner_timeout)
178
# --> Auth response (auth_timeout)
179
+ # For telnet 'conn_timeout' is mapped to main telnet timeout (which is used for both the
180
+ # telnet connection and for other blocking operations).
181
conn_timeout: int = 10,
182
# Timeout to wait for authentication response
183
auth_timeout: Optional[int] = None,
0 commit comments