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

SSH Key management #10

Closed
tonilaukka opened this issue May 16, 2014 · 3 comments
Closed

SSH Key management #10

tonilaukka opened this issue May 16, 2014 · 3 comments
Labels

Comments

@tonilaukka
Copy link

When you're using multiple SSH Keys it would be nice if you could define the key in group_vars/all. It defaults to ~/.ssh/id_rsa.pub wich I don't have at all and that ends up in an error the first time you run vagrant up. I'm not familiar with ansible, so it took me a while to find out where to set it (roles/capistrano-setup/defaults/main.yml -> deploy_keys), so I could fix the error.

@austinpray
Copy link
Contributor

If we want to be super cool it could automatically grab public keys based on github usernames as an additional configuration option.

https://github.com/austinpray.keys

I have set up servers to use curl to grab my github public keys before, it's pretty simple to do with ansible as well.

@swalkinshaw
Copy link
Member

GitHub keys is a great idea.

Ideally adding ssh keys would be a more general thing and taken out of the capistrano role. I'd like to be able to say: add these keys for these users.

@swalkinshaw swalkinshaw changed the title Multiple SSH Keys SSH Key management Aug 28, 2014
@swalkinshaw
Copy link
Member

GitHub SSH keys were added in #95.

oliward pushed a commit to lunar-build/trellis that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants