pssh 2.3.5-2 source package in Ubuntu

Changelog

pssh (2.3.5-2) unstable; urgency=medium

  * Patch from upstream to fix pscp with port specification
    (Closes: #1035051).

 -- Hilmar Preusse <email address hidden>  Sat, 29 Apr 2023 23:06:12 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net
Noble release universe net
Mantic release universe net

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pssh_2.3.5-2.dsc 2.1 KiB 1f847f5a259b305a97f82dc8e2a088032cb31aed71555ec801666a0a71a2b851
pssh_2.3.5.orig.tar.gz 51.1 KiB 97277f9d08b512c6a1b6dc5eac9677f34038096bae24484452d326137ba0d080
pssh_2.3.5-2.debian.tar.xz 11.1 KiB 6dca617196cdd7ab8a4ea480335919a8934f3fdcf0c2c8d4255d217403c952f7

Available diffs

No changes file available.

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.
 .
 This package contains the tools itself.

python3-psshlib: Parallel versions of SSH-based tools (library)

 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.
 .
 This package contains the python3-psshlib Python modules.