Turnstyl::Client

Build Status

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request