summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2017-11-03 17:46:44 -0700
committerMike Crute <mike@crute.us>2017-11-03 17:46:44 -0700
commit55f7e2fde068c854f84a55752673f54a9093f16c (patch)
tree95f853a311ebc7ec7cc4278e8a79261b24d8b9ba /.ssh
parent75d825c5068abfc7a7eea49c8eb41bb865c71235 (diff)
downloaddotfiles-55f7e2fde068c854f84a55752673f54a9093f16c.tar.bz2
dotfiles-55f7e2fde068c854f84a55752673f54a9093f16c.tar.xz
dotfiles-55f7e2fde068c854f84a55752673f54a9093f16c.zip
Change home forwards
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ssh/home b/.ssh/home
index de077f1..35e172d 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -7,7 +7,6 @@ Host home.crute.me
7 Hostname mcrute-virt.sea1.crute.me 7 Hostname mcrute-virt.sea1.crute.me
8 User mcrute 8 User mcrute
9 ForwardAgent yes 9 ForwardAgent yes
10 RemoteForward 1424 localhost:1424
11 IdentityFile ~/.ssh/id_ed25519.home 10 IdentityFile ~/.ssh/id_ed25519.home
12 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me 11 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me
13 12
@@ -15,5 +14,7 @@ Host tun.home.crute.me
15 Hostname mcrute-virt.sea1.crute.me 14 Hostname mcrute-virt.sea1.crute.me
16 User mcrute 15 User mcrute
17 DynamicForward 9999 16 DynamicForward 9999
17 RemoteForward 1235 localhost:1235
18 RemoteForward 1425 localhost:1425
18 IdentityFile ~/.ssh/id_ed25519.home 19 IdentityFile ~/.ssh/id_ed25519.home
19 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me 20 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me