1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: pssh
Section: net
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Hilmar Preusse <hille42@web.de>,
Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
python3,
python3-setuptools,
pybuild-plugin-pyproject,
dh-sequence-python3
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/lilydjwg/pssh
Vcs-Git: https://salsa.debian.org/python-team/packages/pssh.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pssh
Package: pssh
Architecture: all
Depends: openssh-client, ${python3:Depends}, ${misc:Depends}, python3-psshlib (=${binary:Version})
Description: 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.
Package: python3-psshlib
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Replaces: pssh (<< 2.3.4-1)
Breaks: pssh (<< 2.3.4-1)
Description: 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.
|