RubyGems Navigation menu

sshwrap 0.0.1

# SSHwrap This provides a wrapper for ssh that execute a command on multiple machines, optionally in parallel, and handles any sudo prompts that result. ## Installation Add this line to your application's Gemfile: gem 'sshwrap' And then execute: $ bundle Or install it yourself as: $ gem install sshwrap ## Usage Usage: sshwrap [options] -c, --command, --cmd=CMD Command to run -u, --user=USER SSH as specified user -k, --ssh-key=KEY Use the specified SSH private key --abort-on-failure Abort if connection or command fails with any target --max-workers=NUM Use specified number of parallel connections --debug Enable debugging ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.3 - March 14, 2013 (8.5 KB)
  2. 0.0.2 - March 13, 2013 (8 KB)
  3. 0.0.1 - September 23, 2012 (8.5 KB)

Runtime Dependencies (2):

highline >= 0
net-ssh >= 0

Owners:

Authors:

  • Jason Heiss

SHA 256 checksum:

fe79235d70838333dcd756c5eb45bfde4d1dc5e6583a36c80e63948d843a7993

Total downloads 10,555

For this version 4,275

Licenses:

N/A

Required Ruby Version: None

Links: