aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-19 09:47:17 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-19 09:47:17 -0500
commitc5c38de5d2d627771b889cc9c21aa39797523f16 (patch)
tree8cb9cc37b44047fd592599ac69208a9715997151
parentbb62129b887349a3017149863e01c1cbcf03a563 (diff)
revert: removed DO host from config
-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