diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-10 18:05:37 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-10 18:05:37 -0400 |
commit | 79603171010f907ef037213b7ec6cbf5f33258c1 (patch) | |
tree | 33ca779e6a691e582fe73fefbf32349d75e110ba /.config/ssh/config | |
parent | a0b0e2faf634625c2ae1981cb1a5604648ad8334 (diff) |
stuff
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 9b366ed..2a5b79a 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -4,21 +4,33 @@ Host * ControlPath ~/.runtime/ssh-%r@%h:%p Compression yes +# Purdue ################################################### + Host lore HostName lore.cs.purdue.edu - User shumakl - Host data HostName data.cs.purdue.edu +Host *.cs.purdue.edu User shumakl +# Parabola ################################################# + +# short names Host repo - Port 1863 HostName repo.parabolagnulinux.org +Host wiki + HostName wiki.parabolagnulinux.org +Host projects + HostName projects.parabolagnulinux.org +Host parabola + HostName parabolagnulinux.org -Host rshg054 +Host *.parabolagnulinux.org parabolagnulinux.org *.parabola.nu parabola.nu Port 1863 - HostName parabolagnulinux.org + User lukeshu + +# Personal ################################################# Host lukeshu.com Port 1863 + User lukeshu |