This commit is contained in:
Joey Hess 2017-05-11 16:45:30 -04:00
parent db1600b2de
commit 782c30b8a4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 7"""
date="2017-05-11T19:23:02Z"
content="""
What about when `GIT_SSH` is used? `prepSocket` is not used then,
and git-annex can only use the `GIT_SSH` interface to ssh to the host.
So, the approach above won't work.
git-annex could then try to use `GIT_SSH` to ssh to the host and run eg `true`,
in hopes that `GIT_SSH` is enabling ssh connection caching and that will
get the ssh connection set up. If `GIT_SSH` is not enabling connection
caching, that might add an additional password prompt, and not avoid
other password prompts from overlapping.
"""]]