summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-11 20:45:50 -0700
committerMike Crute <mike@crute.us>2015-07-11 20:45:50 -0700
commitaf89f68ae221c3e6281d80676c06f6cc18c93dee (patch)
tree63297371535d38e4ad77c17b3fbe0b1a2be6ed73 /.ssh
parentcca01b8007dd80587de97b813e11cacc77a6e294 (diff)
downloaddotfiles-af89f68ae221c3e6281d80676c06f6cc18c93dee.tar.bz2
dotfiles-af89f68ae221c3e6281d80676c06f6cc18c93dee.tar.xz
dotfiles-af89f68ae221c3e6281d80676c06f6cc18c93dee.zip
Fix ssh config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 3792b33..d241b82 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,7 +1,7 @@
1VerifyHostKeyDNS yes 1VerifyHostKeyDNS yes
2ServerAliveInterval 60 2ServerAliveInterval 60
3 3
4Host snoopy, *.crute.me, !code.crute.me 4Host *.crute.me, !code.crute.me, snoopy
5 User mcrute 5 User mcrute
6 ForwardAgent yes 6 ForwardAgent yes
7 DynamicForward 9999 7 DynamicForward 9999