From 659154f49be4df733639a9c7f0687a03e18c48c3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Sep 2016 12:52:43 -0400 Subject: ssh: my hosts --- .config/ssh/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/ssh/config b/.config/ssh/config index 61f4862..9dbf510 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -23,18 +23,19 @@ Host parabola.nu *.parabola.nu Host lukeshu.com Port 1863 User lukeshu +Host ssl.lukeshu.com + User lukeshu + ProxyCommand proxytunnel --proxy=lukeshu.com:8443 --proxyauth=frc4272:password --encrypt-proxy --dest=lukeshu.com:1863 Match host build64-par exec "nslookup %n.lan." HostName build64-par Port 22 - ForwardX11 yes - ForwardX11Trusted yes Host build64-par User luke HostName lukeshu.com Port 1864 - ForwardX11 no - ForwardX11Trusted no + ForwardX11 yes + ForwardX11Trusted yes Host 192.168.*.1 10.* StrictHostKeyChecking no -- cgit v1.1-4-g5e80