From 927aedb7605bba96a6ea2fc707ab026946b4d2b0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 21 Mar 2014 16:10:08 -0400 Subject: backport changes from my laptop --- .config/ssh/.gitignore | 1 + .config/ssh/config | 13 ++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .config/ssh/.gitignore (limited to '.config/ssh') diff --git a/.config/ssh/.gitignore b/.config/ssh/.gitignore new file mode 100644 index 0000000..00977c6 --- /dev/null +++ b/.config/ssh/.gitignore @@ -0,0 +1 @@ +id_* diff --git a/.config/ssh/config b/.config/ssh/config index 894af44..b6e53d6 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -1,16 +1,16 @@ Host * Protocol 2 ControlMaster auto - ControlPath ~/.ssh/master-%r@%h:%p + ControlPath ~/.sessions/ssh-%r@%h:%p Compression yes Host lore - HostName lore.cs.purdue.edu - User shumakl + HostName lore.cs.purdue.edu + User shumakl Host data - HostName data.cs.purdue.edu - User shumakl + HostName data.cs.purdue.edu + User shumakl Host repo Port 1863 @@ -20,6 +20,5 @@ Host rshg054 Port 1863 HostName parabolagnulinux.org -Host lukeshu +Host lukeshu.com Port 1863 - HostName 199.180.255.147 -- cgit v1.2.3-2-g168b