summaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-25 19:25:36 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-25 19:25:36 -0600
commite10dfefd534aaaeb8a4c8d97c113345ed5382274 (patch)
treedcd4af2725a2f65999f2da5aaa945fc889f496e8 /ssh
parentc6f3e125c2284b27300b30d1134909e264c459ef (diff)
feat: set controlpersist timeout to 30 min
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh/config b/ssh/config
index 606790a..69c94b8 100644
--- a/ssh/config
+++ b/ssh/config
@@ -12,7 +12,7 @@ Host heimdall loki
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
- ControlPersist yes
+ ControlPersist 30m
Host odin thor
User tobyv
@@ -22,13 +22,13 @@ Host odin thor
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
- ControlPersist yes
+ ControlPersist 30m
host bifrost
User tobyv
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
- ControlPersist yes
+ ControlPersist 30m
Host aegir
User root
@@ -44,7 +44,7 @@ Host door
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
- ControlPersist yes
+ ControlPersist 30m
Host siue
User tovince