diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-14 12:57:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-14 12:57:41 -0400 |
commit | 45c9560051f635a9e632b5db48004dc39b9c630b (patch) | |
tree | e642e3d3ab41b9636bc737aba8307acadfbc3103 /.config/ssh/config | |
parent | 6d49714a7da946bc7f35ee24d39f5176555e329a (diff) | |
parent | 080d369c9f8c22b27d9107dfd0344743f4b3fb6f (diff) |
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 9 |
1 files 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 |