summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-10-15 18:16:24 +0000
committerGravatar admin <admin@branchable.com>2013-10-15 18:16:24 +0000
commit17285b47fce7a52d93de8753036121c425c0f326 (patch)
tree239031a329c9a7232e5e0ac813c2886fdcd91a06
parentb9f0688ed7f933185e38ffc487e07888972d4842 (diff)
Added a comment
-rw-r--r--doc/forum/git_annex_sync_dies___40__sometimes__41__/comment_1_48bbac0545bf13bbf04da723e418d037._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/git_annex_sync_dies___40__sometimes__41__/comment_1_48bbac0545bf13bbf04da723e418d037._comment b/doc/forum/git_annex_sync_dies___40__sometimes__41__/comment_1_48bbac0545bf13bbf04da723e418d037._comment
new file mode 100644
index 000000000..9445421a4
--- /dev/null
+++ b/doc/forum/git_annex_sync_dies___40__sometimes__41__/comment_1_48bbac0545bf13bbf04da723e418d037._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="64.134.31.139"
+ subject="comment 1"
+ date="2013-10-15T18:16:23Z"
+ content="""
+Since this seems to be a problem with ssh connection caching, you can disable that:
+
+git config annex.sshcaching false
+
+Seems like the problem would be in the version of ssh you have installed on your linux client. Or possibly some interaction between its version and the server's version.
+
+Since linux 2.6.32 is quite old, I'll bet you have an old ssh too.. what version?
+"""]]