diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 14:34:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 15:39:51 -0400 |
commit | 35e5363eec303944b902b9f1603e38392ca4558b (patch) | |
tree | b196837688c23f106e951fdab3cab8b3e390d481 /.config/ssh/config | |
parent | 969410c5af909199724973b8851fcb6bf19eaba2 (diff) |
fix up Purdue hosts in ssh/config
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 5ea36ba..84df253 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -6,8 +6,9 @@ Host * # Purdue ################################################### -Host data lore borg* xinu* sac* sslab* +Host data lore borg?? xinu?? sac?? sslab?? HostName %h.cs.purdue.edu + User shumakl Host *.cs.purdue.edu User shumakl |