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