How to Install and Uninstall mussh Package on Kali Linux

Last updated: May 17,2024

1. Install "mussh" package

This is a short guide on how to install mussh on Kali Linux

$ sudo apt update $ sudo apt install mussh

2. Uninstall "mussh" package

Learn how to uninstall mussh on Kali Linux:

$ sudo apt remove mussh $ sudo apt autoclean && sudo apt autoremove

3. Information about the mussh package on Kali Linux

Package: mussh
Version: 1.0-1.1
Installed-Size: 45
Maintainer: Jacob Luna Lundberg
Architecture: all
Depends: openssh-client
Size: 14944
SHA256: de1aa8679356ff16128564ee16623a392b0beb05d8b632ffcc3ef109e565ef2d
SHA1: f99e219771dc84c6586d0c2ab7e816fa1b6e36f7
MD5sum: 4546ef528c8c79ffb9ec1a235878f806
Description: MUltihost SSH Wrapper
Mussh is a shell script that allows you to execute a command
or script over ssh on multiple hosts with one command. When
possible mussh will use ssh-agent and RSA/DSA keys to minimize
the need to enter your password more than once.
.
Unlike clusterssh or mssh, mussh is just a shell script
wrapper for ssh with concurrency support. It is intended
to make running identical commands or scripts on almost any
number of hosts possible with minimal overhead. There is
no GUI and the only language used is bash.
Description-md5:
Homepage: http://mussh.sourceforge.net/
Tag: implemented-in::shell, interface::commandline, network::client,
protocol::ssh, role::program, security::cryptography
Section: admin
Priority: optional
Filename: pool/main/m/mussh/mussh_1.0-1.1_all.deb