dockercloud-authorizedkeys
dockercloud-authorizedkeys copied to clipboard
Adds a user public SSH key to the host's ~/.ssh/authorized_keys via docker container
Docker-cloud supports YAML style mutiline definitions, e.g. ``` yaml environment: authorized_keys: |- ssh-rsa ... ssh-rsa ... ``` Putting this in readme.md would be helpful!
I have used this many times in the past. Always worked perfect. I have setup new accounts for new clients. I tried to add SSH keys using the provided stack...
This script is useful for bulk deploying keys across nodes, but if there is an existing key for a user such as `[email protected]`, it will not replace it. An option...
Like i was [saying here in #1](https://github.com/docker/dockercloud-authorizedkeys/issues/1), it'd be nice if we could tighten up security somehow of the dockercloud nodes. AuthorizedKeys is nice, but it doesn't solve any of...
This is a really useful image, but it's also not as secure as it could be. I like to set my servers up with a new sudo user, disable `PermitRootLogin`,...