-
Notifications
You must be signed in to change notification settings - Fork 229
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
kitchen login prompts for password #81
Comments
I am also experiencing this problem with kitchen verify and kitchen test |
This seems to be a problem with the implementation of test-kitchen. A I would prepare a pull request to set a pair of public/private key to use with this gem. I would prefer this strategy to set the (password/private-key).
@portertech what is your opinion about this? @drag00n would you please send us further details about your setup as this seems to be another problem. It would be helpful to get |
👍 |
1 similar comment
👍 |
@portertech Have you had a chance to read this? With the recent changes to the lib, I haven't had a chance to see if I can dig through to trace the behavior, but I can confirm that a |
+1 for experiencing this problem. |
I'm also having this issue. Here's a workaround command-line Expect script:
|
I can confirm that I had this issue with 1.5.0 but no longer with 2.3.0. |
Yep, closing this out now that this is no longer an issue. |
Thanks for getting this in, super useful! 👍 |
I've tried to figure out what's not moving along correctly, and finally threw my hands up in the air at my own inability to grok this, so here I am asking about it.
Most kitchen drivers provide the user/name and password, so that you don't have to type a password. kitchen-vagrant handles this correctly.
With kitchen-docker, I must type in the default password any time I want to log in.
I can see that there's a setting for username/password in the code and this user/password combo does indeed work, since the
kitchen setup/converge/verify/test
all work over ssh, right?Related gems:
My .kitchen.local.yml:
And now I don't know where else to look.
The text was updated successfully, but these errors were encountered: