summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2015-03-05 18:43:29 -0800
committerMike Crute <mike@crute.us>2015-03-05 18:43:29 -0800
commitdae8a1a770ed7b0bc2d9f2bba60b31ff2b6167b6 (patch)
treea7655085c0a83ff173411b662019c495800d078d /.ssh
parent3595b45f9984dd361b47444d3d7e37d4d351adce (diff)
downloaddotfiles-dae8a1a770ed7b0bc2d9f2bba60b31ff2b6167b6.tar.bz2
dotfiles-dae8a1a770ed7b0bc2d9f2bba60b31ff2b6167b6.tar.xz
dotfiles-dae8a1a770ed7b0bc2d9f2bba60b31ff2b6167b6.zip
Sync work state
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 6775958..ce02b47 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,7 +1,9 @@
1VerifyHostKeyDNS yes 1VerifyHostKeyDNS yes
2ServerAliveInterval 60
2 3
3Host *.crute.me 4Host *.crute.me
4 IdentityFile ~/.ssh/id_dsa.softgroup 5 IdentityFile ~/.ssh/id_dsa.softgroup
5 User mcrute 6 User mcrute
6 ForwardAgent yes 7 ForwardAgent yes
8 DynamicForward 9999
7 RemoteForward 1424 localhost:1424 9 RemoteForward 1424 localhost:1424