File: control

package info (click to toggle)
dsh 0.25.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: sh: 9,667; ansic: 1,102; makefile: 100
file content (26 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
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
Source: dsh
Section: net
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Junichi Uekawa <dancer@debian.org>
Build-Depends: debhelper, debhelper-compat (= 13), libdshconfig1-dev, po4a
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/dsh
Vcs-Git: https://salsa.debian.org/salvage-team/dsh.git
Homepage: https://www.netfort.gr.jp/~dancer/software/dsh.html
Rules-Requires-Root: no

Package: dsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: dancer's shell, or distributed shell
 Executes specified command on a group of computers using remote shell
 methods such as rsh or ssh.
 .
 dsh can parallelise job submission using several algorithms, such as using
 fan-out method or opening as much connections as possible, or
 using a window of connections at one time.
 It also supports "interactive mode" for interactive maintenance of
 remote hosts.
 .
 This tool is handy for administration of PC clusters, and multiple hosts.