clan-cli: reduce ssh controlmaster timeout to 1min
This commit is contained in:
@@ -309,7 +309,7 @@ class Remote:
|
|||||||
"-o",
|
"-o",
|
||||||
"ControlMaster=auto",
|
"ControlMaster=auto",
|
||||||
"-o",
|
"-o",
|
||||||
"ControlPersist=30m",
|
"ControlPersist=1m",
|
||||||
"-o",
|
"-o",
|
||||||
f"ControlPath={socket_path}",
|
f"ControlPath={socket_path}",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user