Skip to content

SSH command timed out #33621

Answered by Taragolis
tope22 asked this question in Q&A
Aug 22, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The following Extra parameters were not added to the connection:
{"no_host_key_check": true,"cmd_timeout": None, "conn_timeout": 500}

There is some minor issue, None is Python specific type, and null is equivalent in JSON. So try to use this one

{"no_host_key_check": true,"cmd_timeout": null, "conn_timeout": 500}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tope22
Comment options

Answer selected by tope22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants