aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-22 11:31:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-22 11:31:34 -0200
commit79f30dd41bd315a7ab79a9724d0608480ef5d775 (patch)
tree26b4b2b9e8b3721635d69a082765c823981c261e
parent6efe7fdce0d03f70bdf361f86c9465789680761d (diff)
downloadunison-79f30dd41bd315a7ab79a9724d0608480ef5d775.tar.gz
unison-79f30dd41bd315a7ab79a9724d0608480ef5d775.tar.bz2
Override ProxyCommand when syncing home folders
-rw-r--r--unison.dot/default-home.prf.link5
1 files changed, 4 insertions, 1 deletions
diff --git a/unison.dot/default-home.prf.link b/unison.dot/default-home.prf.link
index 72be278..da203c9 100644
--- a/unison.dot/default-home.prf.link
+++ b/unison.dot/default-home.prf.link
@@ -47,5 +47,8 @@ auto = true
addversionno = true
# Optimizations
-sshargs = -C
+#
+# We set ProxyCommand to none to make sure monkeysphere won't
+# update ~/.ssh/known_hosts and thus preventing syncing of this file.
+sshargs = -C -oProxyCommand=none
copythreshold = 10000