You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works perfectly on my mac and I can forward ssh keys to the vm in order to clone a github repo.
When I am on windows. The keys forward when I use kitchen login but not when I use kitchen converge
When using kitchen login, I can type ssh-add -l and I can see my keys. This shows me that my set up is working on windows and my keys are available for forwarding to the machine.
However if I log ssh-add -l to the console when running a kitchen converge some keys are shown in the console but none of them are forwarded keys.
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I have the following set in my
.kitchen.yml
file:This works perfectly on my mac and I can forward ssh keys to the vm in order to clone a github repo.
When I am on windows. The keys forward when I use
kitchen login
but not when I usekitchen converge
When using
kitchen login
, I can typessh-add -l
and I can see my keys. This shows me that my set up is working on windows and my keys are available for forwarding to the machine.However if I log
ssh-add -l
to the console when running a kitchen converge some keys are shown in the console but none of them are forwarded keys.Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: