summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-15 14:01:52 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-15 14:01:52 -0500
commitcd7508006e808182a864564eac0e0380bfcdd56a (patch)
tree26f95de2c085678fc13bde256a50b2c701e6f23b /ssh/config
parent889ceedeb786679c507cadd61e6c5ed20114b08b (diff)
feat: added ssh ControlMaster to persist connections
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 752ac9e..c9e51e8 100644
--- a/ssh/config
+++ b/ssh/config
@@ -2,6 +2,9 @@
Host *
StrictHostKeyChecking no
+ ControlMaster auto
+ ControlPath ~/.ssh/control-%h-%p-%r
+ ControlPersist yes
Host heimdall loki
User pi