diff options
-rw-r--r-- | dotfiles/.ssh/config | 8 |
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 |