File: control

package info (click to toggle)
pdsh 2.35-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,008 kB
  • sloc: ansic: 12,433; sh: 6,838; makefile: 400; perl: 163
file content (38 lines) | stat: -rw-r--r-- 1,296 bytes parent folder | download | duplicates (2)
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
Source: pdsh
Section: net
Priority: optional
Maintainer: Brian Pellin <bpellin@debian.org>
Uploaders:
 tony mancill <tmancill@debian.org>,
 Arif Ali <arif.ali@canonical.com>,
Build-Depends:
 debhelper-compat (= 13),
 libgenders0-dev (>= 1.3-4),
 libreadline-dev,
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: https://github.com/chaos/pdsh
Vcs-Git: https://salsa.debian.org/bpellin/pdsh.git
Vcs-Browser: https://salsa.debian.org/bpellin/pdsh

Package: pdsh
Architecture: any
Depends:
 genders ( >= 1.4-1-1 ),
 openssh-client | ssh (<< 1:3.8.1p1-9),
 perl,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ssh-askpass,
Homepage: https://software.llnl.gov/repo/#/chaos/pdsh
Description: Efficient rsh-like utility, for using hosts in parallel
 Pdsh is a high-performance, parallel remote shell utility, similar to dsh.
 It has built-in, thread-safe clients for rsh. Pdsh uses a "sliding window"
 parallel algorithm to conserve socket resources on the initiating node and
 to allow progress to continue while timeouts occur on some connections.
 .
 It makes all parallel connections from one client machine, and attempts to
 keep 32 (default, can be changed on command line) connections to remote
 machines at any given time.  It can run single commands or as an interactive
 shell.