summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-04-06 09:56:51 -0700
committerMike Crute <mike@crute.us>2018-04-06 09:56:51 -0700
commit105b6bcea0461d650d35695fa371eb7c022804e0 (patch)
treec5b1156fffb646f8f88c04be983a8ec5090e56b3 /.ssh
parentfc6ce98dab8051f48006076a69e37b3b3b057528 (diff)
downloaddotfiles-105b6bcea0461d650d35695fa371eb7c022804e0.tar.bz2
dotfiles-105b6bcea0461d650d35695fa371eb7c022804e0.tar.xz
dotfiles-105b6bcea0461d650d35695fa371eb7c022804e0.zip
Condense SSH config files
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home12
-rw-r--r--.ssh/htun8
2 files changed, 10 insertions, 10 deletions
diff --git a/.ssh/home b/.ssh/home
index a2e61e2..5e79444 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -12,12 +12,20 @@ Host home.crute.me
12 Hostname mcrute-virt.sea1.crute.me 12 Hostname mcrute-virt.sea1.crute.me
13 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me 13 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
14 14
15Host scp.home.crute.me
16 Hostname mcrute-virt.sea1.crute.me
17 ProxyCommand nc -x localhost:9999 %h %p
18
15Host tun.home.crute.me 19Host tun.home.crute.me
16 Hostname mcrute-virt.sea1.crute.me 20 Hostname mcrute-virt.sea1.crute.me
17 RequestTTY no 21 RequestTTY no
18 ForwardX11 no 22 ForwardX11 no
23 GatewayPorts yes
19 Compression yes 24 Compression yes
20 DynamicForward 9999 25 DynamicForward 9999
21 RemoteForward 1235 localhost:1235 26 RemoteForward *:1235 localhost:1235
22 RemoteForward 1425 localhost:1425 27 RemoteForward *:1425 localhost:1425
23 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me 28 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
29
30Host *.crute.me
31 ProxyCommand nc -x localhost:9999 %h %p
diff --git a/.ssh/htun b/.ssh/htun
deleted file mode 100644
index 2a75e79..0000000
--- a/.ssh/htun
+++ /dev/null
@@ -1,8 +0,0 @@
1# vim:set ft=sshconfig:
2
3GSSAPIAuthentication no
4UseRoaming no
5User mcrute
6IdentityAgent none
7IdentityFile ~/.ssh/id_ed25519.home
8ProxyCommand nc -x localhost:9999 %h %p