summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-06-01 14:41:49 -0700
committerMike Crute <mike@crute.us>2017-06-01 14:41:49 -0700
commit666000d3396a21aa2570a710bbec76ea79a8327e (patch)
treebb07887ba3db8b9a98d5eed7304feb98e6acfb5f /.ssh
parenteb1ec8e1d76c49c3afc99d2d3686c8a1360fdea2 (diff)
downloaddotfiles-666000d3396a21aa2570a710bbec76ea79a8327e.tar.bz2
dotfiles-666000d3396a21aa2570a710bbec76ea79a8327e.tar.xz
dotfiles-666000d3396a21aa2570a710bbec76ea79a8327e.zip
Update ssh configs
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config4
-rw-r--r--.ssh/home10
2 files changed, 11 insertions, 3 deletions
diff --git a/.ssh/config b/.ssh/config
index c5fd309..35780ed 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -18,3 +18,7 @@ Host mcrute-virt.sea1.crute.me
18Host git-codecommit.*.amazonaws.com 18Host git-codecommit.*.amazonaws.com
19 User APKAJUVKIAJDACBHNR2Q 19 User APKAJUVKIAJDACBHNR2Q
20 IdentityFile ~/.ssh/id_rsa.home 20 IdentityFile ~/.ssh/id_rsa.home
21
22Host ext.code.crute.me
23 Hostname code.crute.me
24 ProxyCommand ssh -W %h:%p -p 4321 -l mcrute gateway-1.us-west-2.crute.me
diff --git a/.ssh/home b/.ssh/home
index 773063c..de077f1 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -7,9 +7,13 @@ 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 DynamicForward 9999
11 RemoteForward 1424 localhost:1424 10 RemoteForward 1424 localhost:1424
11 IdentityFile ~/.ssh/id_ed25519.home
12 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me 12 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me
13 13
14Host code.crute.me 14Host tun.home.crute.me
15 ProxyCommand ssh -W %h:%p -p 4321 -l mcrute gateway-1.us-west-2.crute.me 15 Hostname mcrute-virt.sea1.crute.me
16 User mcrute
17 DynamicForward 9999
18 IdentityFile ~/.ssh/id_ed25519.home
19 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me