summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-04-17 20:14:52 -0700
committerMike Crute <mike@crute.us>2018-04-17 20:14:52 -0700
commit10db09ebfa20fb511fb0c117e2515047ddd4b1d2 (patch)
treec973337d5b88f19f19d00fa05e90f0f23ad73de0 /.ssh
parenta3f6a5ba39ed4431b06b621a794ccaecd0b25e89 (diff)
downloaddotfiles-10db09ebfa20fb511fb0c117e2515047ddd4b1d2.tar.bz2
dotfiles-10db09ebfa20fb511fb0c117e2515047ddd4b1d2.tar.xz
dotfiles-10db09ebfa20fb511fb0c117e2515047ddd4b1d2.zip
Cleanup home ssh config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home3
1 files changed, 1 insertions, 2 deletions
diff --git a/.ssh/home b/.ssh/home
index 5e79444..874fcf0 100644
--- a/.ssh/home
+++ b/.ssh/home
@@ -3,7 +3,6 @@
3VerifyHostKeyDNS yes 3VerifyHostKeyDNS yes
4ServerAliveInterval 60 4ServerAliveInterval 60
5GSSAPIAuthentication no 5GSSAPIAuthentication no
6UseRoaming no
7User mcrute 6User mcrute
8IdentityAgent none 7IdentityAgent none
9IdentityFile ~/.ssh/id_ed25519.home 8IdentityFile ~/.ssh/id_ed25519.home
@@ -27,5 +26,5 @@ Host tun.home.crute.me
27 RemoteForward *:1425 localhost:1425 26 RemoteForward *:1425 localhost:1425
28 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me 27 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me
29 28
30Host *.crute.me 29Host *.crute.me !home.crute.me !tun.home.crute.me
31 ProxyCommand nc -x localhost:9999 %h %p 30 ProxyCommand nc -x localhost:9999 %h %p