diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/git_annex_sync_dies___40__sometimes__41__/comment_1_48bbac0545bf13bbf04da723e418d037._comment | 14 |
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? +"""]] |