aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment
blob: e344830b014fa55a6f71149149040a095580ad35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.
"""]]