From d40eaaa503d7987b955db9b2cb88f2127db3abe7 Mon Sep 17 00:00:00 2001 From: sairon Date: Thu, 12 Feb 2015 00:49:53 +0000 Subject: --- ..._connections_during_sync_of_gcrypt_remotes.mdwn | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/bugs/too_many_ssh_connections_during_sync_of_gcrypt_remotes.mdwn diff --git a/doc/bugs/too_many_ssh_connections_during_sync_of_gcrypt_remotes.mdwn b/doc/bugs/too_many_ssh_connections_during_sync_of_gcrypt_remotes.mdwn new file mode 100644 index 000000000..079c9025a --- /dev/null +++ b/doc/bugs/too_many_ssh_connections_during_sync_of_gcrypt_remotes.mdwn @@ -0,0 +1,27 @@ +### Please describe the problem. +`git-annex sync gcryptremote` makes too many ssh connections one after another for each sub-task involved, potentially triggering firewall rate-limits on the SSH server. + +### What steps will reproduce the problem? +sync with gcrypt remote while watching sshd logs on the server (I was getting >=5 connections per single sync in quick succession) + +### What version of git-annex are you using? On what operating system? +Fedora 19, installed through cabal (without s3 and webapp support as the deps were failing to build) + + $ git annex version + git-annex version: 5.20150205 + build flags: Assistant Pairing WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA TorrentParser + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL + remote types: git gcrypt bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + local repository version: 5 + supported repository version: 5 + upgrade supported from repository versions: 0 1 2 4 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] -- cgit v1.2.3