pssh 2.2.2-0ubuntu1 source package in Ubuntu

Changelog

pssh (2.2.2-0ubuntu1) oneiric; urgency=low

  * New upstream release
  * Updated watch file to match current upstream
 -- Michael Casadevall <email address hidden>   Tue, 12 Jul 2011 16:56:41 -0400

Upload details

Uploaded by:
Michael Casadevall
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pssh_2.2.2.orig.tar.gz 20.9 KiB 9b2e7fa6ee1185d668ddb0e049a9f6f8a7bc07738c341c43be674fea6109a97a
pssh_2.2.2-0ubuntu1.diff.gz 7.3 KiB e72f94b1ed072a717f1bd6d4fd8c9609776cb475f31ca2055df6ec430faa92b3
pssh_2.2.2-0ubuntu1.dsc 1.4 KiB 4c38a670071972bb027193cf2a170fa8a59aeae1a43c4eb0a0de604d6c9b7258

Available diffs

View changes file

Binary packages built by this source

pssh: Parallel versions of SSH-based tools

 pssh provides a number of commands for executing against a group of computers,
 using SSH. It's most useful for operating on clusters of
 homogenously-configured hosts.
 .
 The package contains:
 .
  - Parallel ssh (parallel-ssh, upstream calls it pssh), executes commands on
    multiple hosts in parallel
  - Parallel scp (parallel-scp, upstream calls it pscp), copies files to
    multiple remote hosts in parallel
  - Parallel rsync (parallel-rsync, upstream calls it prsync), efficiently
    copies files to multiple hosts in parallel
  - Parallel nuke (parallel-nuke, upstream calls it pnuke), kills processes on
    multiple remote hosts in parallel
  - Parallel slurp (parallel-slurp, upstream calls it pslurp), copies files
    from multiple remote hosts to a central host in parallel
 .
 These tools are good for controlling large collections of nodes, where faster
 alternatives such as gexec and pcp are not available.