summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-19 16:55:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-19 17:00:13 -0500
commitbd78927c133be4303d0fe2688bce27d989ec894f (patch)
treec3cc71802088f6c2f996def61ebe6739cf052c71
parent80d7c725190260ad3a12c0c62360cafda7e1bfed (diff)
ssh: Fix
-rw-r--r--.config/ssh/config18
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