summaryrefslogtreecommitdiff
path: root/.config/ssh/config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-27 20:12:38 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-27 20:12:38 -0500
commit4e802e740bb2f7c6891271d3eaab39768360e261 (patch)
tree52cd247d9ffabab2f5cfb9f7821fbafbb27678f7 /.config/ssh/config
parentbd42aa1b31e2e41cac7ac2ffa6edc05e04354815 (diff)
parentd09fa8687ee01dcb4ef540deb106b8531f56b403 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/ssh/config')
-rw-r--r--.config/ssh/config6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index f651513..19ed217 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,7 +1,7 @@
Host *
Protocol 2
ControlMaster auto
- ControlPath ~/.runtime/%l/ssh-%r@%h:%p
+ ControlPath ~/.r/%l/ssh-%r@%h:%p
Compression yes
# Purdue ###################################################
@@ -35,3 +35,7 @@ Host build64-par
Port 1864
ForwardX11 no
ForwardX11Trusted no
+
+Host 192.168.*.1 10.*
+ StrictHostKeyChecking no
+ UserKnownHostsFile /dev/null