Project

turnstyl

0.0
No commit activity in last 3 years
No release in over 3 years
Commandline utility for managing ssh access
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

 Project Readme

Turnstyl

Build Status

Commandline utility for managing ssh access. At the moment turnstyl uses the github API to add the github users' public keys to your ~/.ssh/authorized_keys file. It does this for each of the users listed in your .turnstylrc file. It won't overwrite your existing file. If an ~/.ssh/authorized_keys file already exists it asks you whether you want to overwrite it or backup the old one.

Installation

$ gem install turnstyl

Usage

The turnstyl command expects a config file in your home folder named ".turnstylrc" in which you list the github users that are allowed to access your system.

userlist = [ "githubuser1", "githubuser2", "...", "githubuser99" ]

Future

  • multiple host/server support
  • support for non-github service