Source: ruby-net-ssh-multi Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum Build-Depends: debhelper (>= 9), gem2deb, rake, ruby-mocha (>= 0.13~), ruby-net-ssh (>= 2.6.5), ruby-net-ssh-gateway (>= 1.2.0) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-net-ssh-multi.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-ssh-multi.git Homepage: http://net-ssh.github.com/multi/v1/api/ Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-net-ssh-multi Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-net-ssh (>= 2.6.5), ruby-net-ssh-gateway (>= 1.2.0), ${misc:Depends}, ${shlibs:Depends} Description: Ruby library for making multiple SSH connections to remote systems Net::SSH::Multi is a library for controlling multiple Net::SSH connections via a single interface. It exposes an API similar to that of Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it simpler to adapt programs designed for single connections to be used with multiple connections. . This library is particularly useful for automating repetitive tasks that must be performed on multiple machines. It executes the commands in parallel, and allows commands to be executed on subsets of servers (defined by groups).