summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-05-31 19:46:18 -0700
committerMike Crute <mike@crute.us>2017-05-31 19:46:18 -0700
commit9be84c3a5b0f76203850158975e2d4ee8bf7cbb3 (patch)
tree1a9e296842162b7566d7986f86d463e0fc7e6a37 /.ssh
parent37203de92a6b6b33672fdb730469279ea33fd2d7 (diff)
downloaddotfiles-9be84c3a5b0f76203850158975e2d4ee8bf7cbb3.tar.bz2
dotfiles-9be84c3a5b0f76203850158975e2d4ee8bf7cbb3.tar.xz
dotfiles-9be84c3a5b0f76203850158975e2d4ee8bf7cbb3.zip
Fix SSH config for crusty old Mac OS
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config8
1 files changed, 7 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 0c34df9..e525154 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -3,7 +3,13 @@ ServerAliveInterval 60
3GSSAPIAuthentication no 3GSSAPIAuthentication no
4UseRoaming no 4UseRoaming no
5 5
6Host *.crute.me, !code.crute.me, snoopy 6Host *.crute.me, !code.crute.me, mcrute-virt
7 User mcrute
8 ForwardAgent yes
9 DynamicForward 9999
10 RemoteForward 1424 localhost:1424
11
12Host mcrute-virt.sea1.crute.me
7 User mcrute 13 User mcrute
8 ForwardAgent yes 14 ForwardAgent yes
9 DynamicForward 9999 15 DynamicForward 9999