From bd78927c133be4303d0fe2688bce27d989ec894f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 19 Feb 2015 16:55:45 -0500 Subject: ssh: Fix --- .config/ssh/config | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.config/ssh/config b/.config/ssh/config index 07240a6..cc796ed 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -6,10 +6,8 @@ Host * # Purdue ################################################### -Host lore - HostName lore.cs.purdue.edu -Host data - HostName data.cs.purdue.edu +Host data lore borg* xinu* sac* sslab* + HostName %h.cs.purdue.edu Host *.cs.purdue.edu User shumakl @@ -25,16 +23,14 @@ Host lukeshu.com Port 1863 User lukeshu +Match host build64-par exec "host %n.lan." + HostName build64-par + Port 22 + ForwardX11 yes + ForwardX11Trusted yes Host build64-par User luke - HostName lukeshu.com Port 1864 ForwardX11 no ForwardX11Trusted no - - Match host %h.lan. - HostName build64-par - Port 22 - ForwardX11 yes - ForwardX11Trusted yes -- cgit v1.2.3