summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
Diffstat (limited to '.config/ssh')
-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