]> gitweb.fluxo.info Git - rhatto/dotfiles/unison.git/commitdiff
Override ProxyCommand when syncing home folders
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 22 Jan 2014 13:31:34 +0000 (11:31 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 22 Jan 2014 13:31:34 +0000 (11:31 -0200)
unison.dot/default-home.prf.link

index 72be278906c604f5ecb4d069b26a179583c1d73a..da203c951cc54b3a6586a2eb60bc39f7c0618a82 100644 (file)
@@ -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