Skip to content
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

Make it possible to provision private ssh key as well #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mvanbaak
Copy link
Contributor

@mvanbaak mvanbaak commented Sep 4, 2015

Sometimes you want a provisioned user to have a private ssh key as well.

For example, our usecase is that we provision a user for our CI setup. When the instance is up and the users are installed, it is automatically added as slave to our jenkins setup. Since this slave has to checkout private git repositories, (not as start of the task, but as composer within the build process) it needs a private key.

Adding the private key is as simple as uploading a file to the keys bucket in the format: [email protected]

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant