Commit graph

2 commits

Author SHA1 Message Date
taca
5a44574288 Update ruby-net-ssh-multi to 1.2.1.
=== 1.2.1 / 11 Apr 2015

* Fix two problems with :concurrent_connections option (#4) [sersut]
* Replaced test-unit with minitest [juliandunn]
2015-06-08 16:25:36 +00:00
jperkin
c4753114ae Import security/ruby-net-ssh-multi into pkgsrc.
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).
2014-06-03 14:52:56 +00:00