aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment')
-rw-r--r--doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment
new file mode 100644
index 000000000..e344830b0
--- /dev/null
+++ b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2018-03-07T20:25:10Z"
+ content="""
+Ok, this involves the fairly recently added support for
+avoding overlapping ssh password prompts when running multiple ssh
+processes concurrently.
+
+In -J mode, git-annex warms up the ssh connection by running
+"git-annex-shell inannex". Your rrsync config prevents that being run.
+
+This doesn't actually cause a problem, the connection is still warmed up.
+If you needed a password to connect, it would have prompted for it before
+the error message from rrsync.
+
+But it's ugly.. I've committed a fix that will avoid the ugly messages.
+"""]]