summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:08:47 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:08:47 -0400
commit16c97a24a60559409437b714162b4987d33c80ee (patch)
tree60bdd67c4b0904e95786f7820beb8a54e811dede
parent81fec5aa9efd27384ab83af33b740d5fd6e0156b (diff)
ssh: proxy settings
-rw-r--r--.config/ssh/config8
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index 7687d08..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 ###################################################
@@ -23,16 +25,10 @@ Host parabola.nu *.parabola.nu
Host lukeshu.com *.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
Host team4272.com
Port 1863
User lukeshu
-Host ssl.team4272.com
- User lukeshu
- ProxyCommand proxytunnel --proxy=lukeshu.com:8443 --proxyauth=frc4272:password --encrypt-proxy --dest=team4272.com:1863
Match host build64-par exec "nslookup %n.lan."
HostName build64-par