summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-09-18 08:23:34 -0700
committerMike Crute <crutem@amazon.com>2018-09-18 08:24:59 -0700
commit867dbd9cc4e3be8e3b526964ec2e03656d268f14 (patch)
treea33dbfc5df64c7843d2b1a2a3d0f935e7d98d83c /.ssh
parentafe2d55f52a12e8b67ffcf60bb79f3b9829d5405 (diff)
downloaddotfiles-867dbd9cc4e3be8e3b526964ec2e03656d268f14.tar.bz2
dotfiles-867dbd9cc4e3be8e3b526964ec2e03656d268f14.tar.xz
dotfiles-867dbd9cc4e3be8e3b526964ec2e03656d268f14.zip
Add eu-west-2 ssh config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home15
1 files changed, 15 insertions, 0 deletions
diff --git a/.ssh/home b/.ssh/home
index 5687e84..3578825 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -11,6 +11,21 @@ Host home.crute.me
11 Hostname mcrute-virt.sea1.crute.me 11 Hostname mcrute-virt.sea1.crute.me
12 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me 12 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
13 13
14Host eu-home.crute.me
15 Hostname mcrute-virt.eu-west-2.crute.me
16 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.eu-west-2.crute.me
17
18Host eu-tun.home.crute.me
19 Hostname mcrute-virt.eu-west-2.crute.me
20 RequestTTY no
21 ForwardX11 no
22 GatewayPorts yes
23 Compression yes
24 DynamicForward 9999
25 RemoteForward *:1235 localhost:1235
26 RemoteForward *:1425 localhost:1425
27 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.eu-west-2.crute.me
28
14Host tun.home.crute.me 29Host tun.home.crute.me
15 Hostname mcrute-virt.sea1.crute.me 30 Hostname mcrute-virt.sea1.crute.me
16 RequestTTY no 31 RequestTTY no