summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-03-16 00:01:25 +0000
committerGravatar admin <admin@branchable.com>2017-03-16 00:01:25 +0000
commit3dbc69108b696909aa12cd69f695aedce8a5c1cd (patch)
tree47085fa39d7d9f95c14c60c7b3ae780827e17e73
parent3fc73599fa293c152d62488be7d2e3e697a4bf96 (diff)
tuned up rushed report
-rw-r--r--doc/bugs/get_-J_cannot_be_used_with_password-based_authentication.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/get_-J_cannot_be_used_with_password-based_authentication.mdwn b/doc/bugs/get_-J_cannot_be_used_with_password-based_authentication.mdwn
index 323afe23e..852a6045c 100644
--- a/doc/bugs/get_-J_cannot_be_used_with_password-based_authentication.mdwn
+++ b/doc/bugs/get_-J_cannot_be_used_with_password-based_authentication.mdwn
@@ -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]]