-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vcstool cannot be used with ssh repositories with passphrase for the identity file #212
Comments
Maybe related to #128 ? |
Not sure about #128, but look at #23 and #124. There is a solution/workaround documented here: https://github.com/dirk-thomas/vcstool/blob/master/README.rst#parallelization-and-stdin. Just use |
The README files states |
I see! That feature seems to be in >=0.2.5 so if it wasn't working for you then it might be a bug. Looks like it's simply running *oops I misread and interpreted that as "it was not working for me" |
All the hosts should be known but their access requires giving a passphrase, which doesn't work with multiple workers. I cannot test the workaround but I guess it works, thanks! |
Either there is a problem with my configuration or vcstool cannot be used with ssh repositories with passphrase for the identity file. I have such a repository and when I used
vcs import < my.repos
, I see the promptEnter passphrase for key '....':
, I then type my passphrase but seeEEE
and then I'm asked for a password, as then happens when the passphrase is incorrect.vcs import --input my.repos
doesn't help.The text was updated successfully, but these errors were encountered: