Turnstyl::Client
Commandline utility for managing ssh access
Installation
$ gem install turnstyl-client
Usage
Turnstyl-client expects a config file in your home folder named ".turnstyl-config" in which you list the github users that are allowed to access your system.
userlist = [ "githubuser1", "githubuser2", "...", "githubuser99" ]
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
