summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-22 16:26:53 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-22 16:26:53 -0500
commitf03105e5140ac0e743ef537c1c63f2c518475e16 (patch)
tree0679769f87b5b719723850cfef0b8d2c74dd9536 /.ssh
parent159f6b8f3301d4b9312f8cc395b0b252dd376ba9 (diff)
Track my .ssh/config; It only does thinkgs like enable compression and set up master-control
Diffstat (limited to '.ssh')
-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