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 --- .git.info.exclude | 1 + .ssh/config | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .ssh/config diff --git a/.git.info.exclude b/.git.info.exclude index 35e6e7e..78497e1 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -13,6 +13,7 @@ # Ignore these for privacy .ssh/* +!.ssh/config .netrc .gnupg/* 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