summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2016-03-21 16:42:53 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2016-03-21 16:43:10 -0400
commite324aaa3817c753e51d0f11b738f7865189e7c49 (patch)
tree8a4eeceb5fd24ad785439c180f4e9e14c8f67f9d
parent025afd3f3ed33ab82979a5a3e45b29af0a9786dc (diff)
ssh: Add work config.
-rw-r--r--dotfiles/.ssh/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config
index 2a584dc..69d6717 100644
--- a/dotfiles/.ssh/config
+++ b/dotfiles/.ssh/config
@@ -1,3 +1,11 @@
+Host cygnus
+ HostName 54.84.181.152
+ User dthompson
+ Port 667
+
+Host 172.*
+ ProxyCommand ssh cygnus -W %h:667
+
Host dthompson
HostName dthompson.us
User dave