summaryrefslogtreecommitdiff
path: root/.config/ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/ssh/config')
-rw-r--r--.config/ssh/config19
1 files changed, 8 insertions, 11 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index 07240a6..dc32703 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -6,10 +6,9 @@ Host *
# Purdue ###################################################
-Host lore
- HostName lore.cs.purdue.edu
-Host data
- HostName data.cs.purdue.edu
+Host data lore borg?? xinu?? sac?? sslab?? moore??
+ HostName %h.cs.purdue.edu
+ User shumakl
Host *.cs.purdue.edu
User shumakl
@@ -25,16 +24,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