pssh 2.3.1-1ubuntu1 source package in Ubuntu

Changelog

pssh (2.3.1-1ubuntu1) focal; urgency=medium

  * Build using python2.

 -- Matthias Klose <email address hidden>  Fri, 27 Mar 2020 13:38:38 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Andrew Pollock
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pssh_2.3.1.orig.tar.gz 22.9 KiB 539f8d8363b722712310f3296f189d1ae8c690898eca93627fc89a9cb311f6b4
pssh_2.3.1-1ubuntu1.diff.gz 8.9 KiB a084b1be68e8e34d673ef2dc9e878c68060a449d593b9f948fc837c891eb606f
pssh_2.3.1-1ubuntu1.dsc 1.7 KiB 6b351da1628b0f04a3dd761528022bbbb77e9e8ccf28d8c4bdde082d54159476

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.