-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add private keys from host #8
Comments
Good question…I'd usually recommend agent-forwarding rather than adding the keys to the box (because I know plenty of people who have simply zipped a box up to copy to someone else's machine, and no-one wants to hand out their private keys), but I can see value in both. I'll experiment a little to work out:
|
Someone mentioned this at Drupalcon Munich, and a good solution, I'll try to remember what it was! |
I think that this was it: https://github.com/myplanetdigital/ariadne/blob/master/cookbooks-override/ariadne/libraries/helpers.rb But it looks like vagrant has baked in support for ssh agent-forwarding: http://vagrantup.com/v1/docs/config/ssh/forward_agent.html |
Indeed the option in Vagrant works, for the vagrant user in the VM, and adding this line to the /etc/sudoers file makes that work for the root (and presumably other users too)
|
Is there an easy way to add your own private keys, so we can push code to d.o.?
The text was updated successfully, but these errors were encountered: