From ecf4b2f4cd9018c461e4837433b19a7605d9108b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 16 Aug 2011 10:26:16 -0500 Subject: add some ssh configuration --- ssh/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ssh/config (limited to 'ssh') 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 -- cgit v1.2.3-54-g00ecf