pssh 2.3.1-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:39:35 +0000

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-1build1.diff.gz 8.8 KiB 141a4fc8b966d59cd685e7b85e89a314d7207245babf67d58a4088d00d74bf93
pssh_2.3.1-1build1.dsc 1.7 KiB 4c6d85fc3fe06d2a3e63715d7c0f2e66a11eab293f067fb277b9f4e9542804d6

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.