From f03105e5140ac0e743ef537c1c63f2c518475e16 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Nov 2011 16:26:53 -0500 Subject: Track my .ssh/config; It only does thinkgs like enable compression and set up master-control --- .ssh/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ssh/config (limited to '.ssh/config') 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 -- cgit v1.2.3-2-g168b