aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ssh/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh/config b/ssh/config
index 5a70389..90e8185 100644
--- a/ssh/config
+++ b/ssh/config
@@ -3,8 +3,8 @@
Host *
StrictHostKeyChecking no
ControlMaster auto
- ControlPath ~/.ssh/control-%h-%p-%r
- ControlPersist yes
+ ControlPath ~/.ssh/%r@%h:%p
+ ControlPersist 2h
Host heimdall loki
User pi