From 5ab72cd4fe62ac88117ebd521ffb8cfde4485645 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:52:45 -0400 Subject: move a bunch of things into XDG directories --- .config/ssh/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/ssh/config (limited to '.config/ssh/config') diff --git a/.config/ssh/config b/.config/ssh/config new file mode 100644 index 0000000..1debee4 --- /dev/null +++ b/.config/ssh/config @@ -0,0 +1,21 @@ +Host * + Protocol 2 + ControlMaster auto + ControlPath ~/.ssh/master-%r@%h:%p + Compression yes + +Host lore + HostName lore.cs.purdue.edu + User shumakl + +Host repo + Port 1863 + HostName repo.parabolagnulinux.org + +Host rshg054 + Port 1863 + HostName parabolagnulinux.org + +Host lukeshu + Port 1863 + HostName 199.180.255.147 -- cgit v1.2.3-2-g168b From 982a896f20323a8770355067496be725e712f06d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:53:55 -0400 Subject: ssh: configure data.cs.purdue.edu --- .config/ssh/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/ssh/config') diff --git a/.config/ssh/config b/.config/ssh/config index 1debee4..894af44 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -8,6 +8,10 @@ Host lore HostName lore.cs.purdue.edu User shumakl +Host data + HostName data.cs.purdue.edu + User shumakl + Host repo Port 1863 HostName repo.parabolagnulinux.org -- cgit v1.2.3-2-g168b