summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2017-11-29 09:31:12 -0800
committerMike Crute <mike@crute.us>2017-11-29 09:31:12 -0800
commit6fd622148683fec88553f52a533da727c3870f77 (patch)
treed0b1c1af22b163ca7e17cd0a508d65edde6d5294 /.ssh
parentc0bd1718f66a19b510cea07652f2ce87cc5c8844 (diff)
downloaddotfiles-6fd622148683fec88553f52a533da727c3870f77.tar.bz2
dotfiles-6fd622148683fec88553f52a533da727c3870f77.tar.xz
dotfiles-6fd622148683fec88553f52a533da727c3870f77.zip
Fixup home git
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config2
-rw-r--r--.ssh/home2
2 files changed, 3 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 7fb188a..0027cbf 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -23,4 +23,4 @@ Host git-codecommit.*.amazonaws.com
23 23
24Host ext.code.crute.me 24Host ext.code.crute.me
25 Hostname code.crute.me 25 Hostname code.crute.me
26 ProxyCommand ssh -W %h:%p -p 4321 -l mcrute gateway-1.us-west-2.crute.me 26 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
diff --git a/.ssh/home b/.ssh/home
index 9341228..a2e61e2 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -1,3 +1,5 @@
1# vim:set ft=sshconfig:
2
1VerifyHostKeyDNS yes 3VerifyHostKeyDNS yes
2ServerAliveInterval 60 4ServerAliveInterval 60
3GSSAPIAuthentication no 5GSSAPIAuthentication no