summaryrefslogtreecommitdiffstats
path: root/root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'root/.ssh/config')
-rw-r--r--root/.ssh/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/.ssh/config b/root/.ssh/config
new file mode 100644
index 0000000..157a699
--- /dev/null
+++ b/root/.ssh/config
@@ -0,0 +1,4 @@
+Host *
+ ControlMaster auto
+ ControlPath %d/.ssh/controlmasters/%r@%h:%p
+ ControlPersist yes