Source: pdsh Section: net Priority: extra Maintainer: Brian Pellin Uploaders: tony mancill Build-Depends: debhelper (>= 9), autotools-dev, libgenders0-dev (>= 1.3-4), libltdl-dev Standards-Version: 3.9.6 VCS-Git: git://git.debian.org/git/collab-maint/pdsh.git Package: pdsh Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, perl, rsh-client, openssh-client | ssh (<< 1:3.8.1p1-9), genders ( >= 1.4-1-1 ) Homepage: https://computing.llnl.gov/linux/pdsh.html 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.