clan-cli: reduce ssh controlmaster timeout to 1min

This commit is contained in:
lassulus
2025-06-11 14:39:50 +02:00
parent ad5ab560b4
commit 3784682c3a

View File

@@ -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}",
] ]