tuned up rushed report

This commit is contained in:
yarikoptic 2017-03-16 00:01:25 +00:00 committed by admin
parent a7759f0898
commit 1bdc63124f

View file

@ -1,11 +1,16 @@
### Please describe the problem.
can't fetch in parallel from a host over ssh if authentication is password-based
### What steps will reproduce the problem?
try to get -J4 from a host which has ssh authentication password-only (no key)
### What version of git-annex are you using? On what operating system?
6.20170101+gitg93d69b1-1~ndall+1
with newer version (6.20170220+gitg75a15e1ad-1~ndall+1) looks slightly different but to the same "effect"
### Please provide any additional information below.
@ -28,7 +33,7 @@ yohtest@rolando.cns's password: yohtest@rolando.cns's password: yohtest@rolando.
"""]]
I have entered password just once -- didn't try to enter it multiple times into the void ;) but I guess it would be neat if annex could handle this situation gracefully and demand password once
I have entered password just once -- didn't try to enter it multiple times into the void ;) but I guess it would be neat if annex could handle this situation gracefully (e.g. initiate central ssh controller first before spawning parallel getters) and demand password once
[[!meta author=yoh]]