summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2017-11-29 09:28:32 -0800
committerMike Crute <mike@crute.us>2017-11-29 09:28:32 -0800
commitc0bd1718f66a19b510cea07652f2ce87cc5c8844 (patch)
tree22cf4e01d22ca4248b14a83f3272629f4e8310bb /.ssh
parent3b4ac0ca9ada6f20bb188421c03695b078c29f95 (diff)
downloaddotfiles-c0bd1718f66a19b510cea07652f2ce87cc5c8844.tar.bz2
dotfiles-c0bd1718f66a19b510cea07652f2ce87cc5c8844.tar.xz
dotfiles-c0bd1718f66a19b510cea07652f2ce87cc5c8844.zip
Cleanup home ssh
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home15
1 files changed, 8 insertions, 7 deletions
diff --git a/.ssh/home b/.ssh/home
index 35e172d..9341228 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -2,19 +2,20 @@ VerifyHostKeyDNS yes
2ServerAliveInterval 60 2ServerAliveInterval 60
3GSSAPIAuthentication no 3GSSAPIAuthentication no
4UseRoaming no 4UseRoaming no
5User mcrute
6IdentityAgent none
7IdentityFile ~/.ssh/id_ed25519.home
5 8
6Host home.crute.me 9Host home.crute.me
7 Hostname mcrute-virt.sea1.crute.me 10 Hostname mcrute-virt.sea1.crute.me
8 User mcrute 11 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
9 ForwardAgent yes
10 IdentityFile ~/.ssh/id_ed25519.home
11 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me
12 12
13Host tun.home.crute.me 13Host tun.home.crute.me
14 Hostname mcrute-virt.sea1.crute.me 14 Hostname mcrute-virt.sea1.crute.me
15 User mcrute 15 RequestTTY no
16 ForwardX11 no
17 Compression yes
16 DynamicForward 9999 18 DynamicForward 9999
17 RemoteForward 1235 localhost:1235 19 RemoteForward 1235 localhost:1235
18 RemoteForward 1425 localhost:1425 20 RemoteForward 1425 localhost:1425
19 IdentityFile ~/.ssh/id_ed25519.home 21 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
20 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me