pdsh 2.34-3 source package in Ubuntu

Changelog

pdsh (2.34-3) unstable; urgency=medium

  * Remove rsh support since netkit-rsh is pending removal 
    (closes: #1061251)

 -- Brian Pellin <email address hidden>  Sun, 21 Jan 2024 22:07:13 -0600

Upload details

Uploaded by:
Brian Pellin
Uploaded to:
Sid
Original maintainer:
Brian Pellin
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdsh_2.34-3.dsc 1.7 KiB e388aec6ed73d8013e680143f27b7b1a2c7891dea14376b3af4d0db7d7c0ab1c
pdsh_2.34.orig.tar.gz 552.5 KiB b47b3e4662736ef44b6fe86e3d380f95e591863e69163aa0592e9f9f618521e9
pdsh_2.34-3.debian.tar.xz 15.3 KiB 288fe3952ebdb2d421ed05622e2e6b1f38d642bf256f2341b7296933e2f2b40b

Available diffs

No changes file available.

Binary packages built by this source

pdsh: 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.

pdsh-dbgsym: debug symbols for pdsh