summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100644
index 0000000..c0f6c57
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,5 @@
+Host *
+ControlMaster auto
+ControlPath ~/.ssh/master-%r@%h:%p
+Protocol 2
+Compression yes