summaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-16 10:26:16 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-16 10:26:49 -0500
commitecf4b2f4cd9018c461e4837433b19a7605d9108b (patch)
tree5efa15fbdcc4fc10bb278cdcd127bfe2afe4feb2 /ssh
parent61d82b151c95a7c6388ae4f2bad365554dcfc641 (diff)
downloadconf-ecf4b2f4cd9018c461e4837433b19a7605d9108b.tar.gz
conf-ecf4b2f4cd9018c461e4837433b19a7605d9108b.zip
add some ssh configuration
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
new file mode 100644
index 0000000..4079157
--- /dev/null
+++ b/ssh/config
@@ -0,0 +1,3 @@
+ControlMaster auto
+ControlPath /tmp/ssh_mux_%h_%p_%r
+ControlPersist 5m