diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-14 00:15:18 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-14 00:15:18 -0400 |
commit | 165b849169b85ee86d0b07dc56012efcec2b0eba (patch) | |
tree | 229383422990c37bd1cc918891b300cccbf57c3f /.config/ssh/config | |
parent | 66c5faa2bce8809a1e7e90eec0542b4de07915df (diff) | |
parent | db32e22df76eaa0b1c3eed59c64232a724d26913 (diff) |
Merge remote-tracking branch 'origin/master' into build64-par/master
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 18 |
1 files 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 |