Use https by default
[gentoo.git] / app-shells / pdsh / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>cluster</herd>
5         <longdescription>
6 Pdsh is a high-performance, parallel remote shell utility. It has built-in,
7 thread-safe clients for Berkeley and Kerberos V4 rsh, and can call SSH
8 externally (though with reduced performance). Pdsh uses a "sliding window"
9 parallel algorithm to conserve socket resources on the initiating node and
10 to allow progress to continue while timeouts occur on some connections.
11 Pdsh is similar to DSH, part of the IBM PSSP software offering, but offers
12 improved performance and handling of error conditions. It runs on a variety
13 of platforms (including as a replacement for DSH on AIX/PSSP), but is
14 primarily developed on Linux.
15 </longdescription>
16         <use>
17                 <flag name="rsh">This allows the use of rsh (remote shell) and rcp
18     (remote copy) for authoring websites. sftp is a much more secure protocol
19     and is preferred.</flag>
20         </use>
21         <upstream>
22                 <remote-id type="sourceforge">pdsh</remote-id>
23         </upstream>
24 </pkgmetadata>