How to Install and Uninstall pssh Package on Kali Linux

Last updated: May 16,2024

1. Install "pssh" package

Here is a brief guide to show you how to install pssh on Kali Linux

$ sudo apt update $ sudo apt install pssh

2. Uninstall "pssh" package

Learn how to uninstall pssh on Kali Linux:

$ sudo apt remove pssh $ sudo apt autoclean && sudo apt autoremove

3. Information about the pssh package on Kali Linux

Package: pssh
Version: 2.3.5-2
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: all
Depends: openssh-client, python3:any, python3-psshlib (= 2.3.5-2)
Size: 35280
SHA256: f0bf88e42cbbae451b1e13db81e417aef15b73fc2002682ceabad217a1f0cec4
SHA1: f3784ef3179ecac520c4236aeddb0e0ef4918aaa
MD5sum: 0984353b5b9ae40b943ed450493609f8
Description: Parallel versions of SSH-based tools
pssh provides a number of commands for executing against a group of computers,
using SSH. It's most useful for operating on clusters of
homogenously-configured hosts.
.
The package contains:
.
- Parallel ssh (parallel-ssh, upstream calls it pssh), executes commands on
multiple hosts in parallel
- Parallel scp (parallel-scp, upstream calls it pscp), copies files to
multiple remote hosts in parallel
- Parallel rsync (parallel-rsync, upstream calls it prsync), efficiently
copies files to multiple hosts in parallel
- Parallel nuke (parallel-nuke, upstream calls it pnuke), kills processes on
multiple remote hosts in parallel
- Parallel slurp (parallel-slurp, upstream calls it pslurp), copies files
from multiple remote hosts to a central host in parallel
.
These tools are good for controlling large collections of nodes, where faster
alternatives such as gexec and pcp are not available.
.
This package contains the tools itself.
Description-md5:
Homepage: https://github.com/lilydjwg/pssh
Tag: implemented-in::python, protocol::ssh, role::program
Section: net
Priority: optional
Filename: pool/main/p/pssh/pssh_2.3.5-2_all.deb