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:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-07 17:25:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-07 17:30:14 -0400
commitce2a8be94e9fd5193a1461ccfa5737ce12076813 (patch)
treec52d00e56353f2b6eaec8c805e081053dcf41b82 /doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_4_57d694df6c22c42cbdc98ffc5dbc0945._comment
parent5c2710fc68cfa167f991171077e9bed9738a5bd0 (diff)
Better ssh connection warmup when using -J for concurrency.
Avoids ugly messages when forced ssh command is not git-annex-shell. This commit was sponsored by Ole-Morten Duesund on Patreon.
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.
+"""]]