From: Mike Frysinger Date: Tue, 5 Jan 2010 19:53:29 +0000 (-0500) Subject: use vpn for home-ports X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4b6565a153534da8d2a825ce2c9d39b379e0283d;p=home.git use vpn for home-ports --- diff --git a/.ssh/config b/.ssh/config index db7a17b..5448c9a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,7 +3,14 @@ Host depot Host home HostName home.wh0rd.org - Port 2 + Port 443 + +Host home-ports + HostName 10.8.8.14 + #HostName home.wh0rd.org + Port 443 + Compression yes + DynamicForward 22222 Host wh0rd-admin User wh0rd