diff options
Diffstat (limited to '.config/ssh')
-rw-r--r-- | .config/ssh/config | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 9dbf510..0703fb2 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -3,6 +3,8 @@ Host * ControlMaster auto ControlPath ~/.r/%l/ssh-%r@%h:%p Compression yes + #ProxyCommand proxytunnel --proxy=lukeshu.com:8443 --proxyauth=frc4272:password --encrypt-proxy --dest=%h:%p + #ProxyCommand proxytunnel --proxy=lukeshu.com:8080 --proxyauth=frc4272:password --dest=%h:%p # Purdue ################################################### @@ -20,12 +22,13 @@ Host parabola.nu *.parabola.nu # Personal ################################################# -Host lukeshu.com +Host lukeshu.com *.lukeshu.com Port 1863 User lukeshu -Host ssl.lukeshu.com + +Host team4272.com + Port 1863 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 @@ -37,6 +40,6 @@ Host build64-par ForwardX11 yes ForwardX11Trusted yes -Host 192.168.*.1 10.* +Host 192.168.*.1 10.* 169.254.* roborio-*-frc.local StrictHostKeyChecking no UserKnownHostsFile /dev/null |