summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-05-01 13:22:35 -0700
committerMike Crute <mike@crute.us>2018-05-01 13:22:35 -0700
commit240af8bc15d39d35c3c2d96bd9ca26052885fd12 (patch)
tree6aa473dc168a100f54b82734b45bcb0064eacc08 /.ssh
parentc9446a4a02760e9b5385f96d6426cf0e053bc743 (diff)
downloaddotfiles-240af8bc15d39d35c3c2d96bd9ca26052885fd12.tar.bz2
dotfiles-240af8bc15d39d35c3c2d96bd9ca26052885fd12.tar.xz
dotfiles-240af8bc15d39d35c3c2d96bd9ca26052885fd12.zip
Avoid matching gateway
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/home b/.ssh/home
index 874fcf0..7e91245 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -26,5 +26,5 @@ Host tun.home.crute.me
26 RemoteForward *:1425 localhost:1425 26 RemoteForward *:1425 localhost:1425
27 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me 27 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
28 28
29Host *.crute.me !home.crute.me !tun.home.crute.me 29Host *.crute.me !home.crute.me !tun.home.crute.me !gateway-1.us-west-2.crute.me
30 ProxyCommand nc -x localhost:9999 %h %p 30 ProxyCommand nc -x localhost:9999 %h %p