From 3784682c3a1519d9c2703b5ef3aec6ebce709fd3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 11 Jun 2025 14:39:50 +0200 Subject: [PATCH] clan-cli: reduce ssh controlmaster timeout to 1min --- pkgs/clan-cli/clan_lib/ssh/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_lib/ssh/remote.py b/pkgs/clan-cli/clan_lib/ssh/remote.py index 0517d1901..3ae37e0fc 100644 --- a/pkgs/clan-cli/clan_lib/ssh/remote.py +++ b/pkgs/clan-cli/clan_lib/ssh/remote.py @@ -309,7 +309,7 @@ class Remote: "-o", "ControlMaster=auto", "-o", - "ControlPersist=30m", + "ControlPersist=1m", "-o", f"ControlPath={socket_path}", ]