0.01
No commit activity in last 3 years
No release in over 3 years
Execute shell commands, authorizing them against a vines-services access control list.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.0.5
~> 10.1.0

Runtime

~> 0.8.5
~> 0.6.10
~> 3.1.0
~> 1.3.0
>= 0.4.6
 Project Readme

Welcome to Vines Agent

Vines Agent executes shell commands sent by users on remote machines. Users are authorized against an access control list before being allowed to run commands. The agent is an XMPP bot that connects to the Vines chat server. It relies on the component provided by the vines-services gem to send and receive commands.

Users may run commands as any unix account, to which they've been granted access, on the system. While the agent runs as root, user commands run as less privileged accounts.

Additional documentation can be found at www.getvines.org.

Usage

$ gem install vines-agent
$ vines-agent init wonderland.lit
$ cd wonderland.lit && vines-agent start

Dependencies

Vines Agent requires Ruby 1.9.3 or better. Instructions for installing the needed OS packages, as well as Ruby itself, are available at http://www.getvines.org/ruby.

Development

$ script/bootstrap
$ script/tests

Contact

License

Vines Agent is released under the MIT license. Check the LICENSE file for details.