Simple Chef cookbook to generate and deploy keys to user’s Github account.
There are situations when you need to deploy things to a server and give access to some specific user to gihub, for example, for automatic download or upload github project code. Gihub_keys cookbook use user name and password to generate and upload new set of keys to gihub account.
Author
Dmytro Kovalov (dmytro.kovalov@gmail.com)
Source code
- Download github_keys in either zip or tar formats ⇒
- Clone github_keys with git
$ git clone git://github.com/dmytro/github_keys
- or go to github_keys's Github repository »