aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-06 15:51:57 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-06 15:51:57 -0600
commitaf729433eeee88273a7493f3976eb0dac0b8aac1 (patch)
treeee21d342b3304d4d36f9eddebf5d2f38465baf0d /ssh/config
parente16a8fe61e447c9a257b113cdc985697d6824f6c (diff)
feat: added ssh connection persist
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
index 5fafc45..81829ee 100644
--- a/ssh/config
+++ b/ssh/config
@@ -8,6 +8,9 @@ Host heimdall loki
ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+ ControlMaster auto
+ ControlPath ~/.ssh/control-%C
+ ControlPersist yes
Host odin thor
User tobyv