From e324aaa3817c753e51d0f11b738f7865189e7c49 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 21 Mar 2016 16:42:53 -0400 Subject: ssh: Add work config. --- dotfiles/.ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3