How to Install and Uninstall sshpass Package on Kali Linux

Last updated: May 17,2024

1. Install "sshpass" package

This guide let you learn how to install sshpass on Kali Linux

$ sudo apt update $ sudo apt install sshpass

2. Uninstall "sshpass" package

Learn how to uninstall sshpass on Kali Linux:

$ sudo apt remove sshpass $ sudo apt autoclean && sudo apt autoremove

3. Information about the sshpass package on Kali Linux

Package: sshpass
Source: sshpass (1.09-1)
Version: 1.09-1+b1
Installed-Size: 38
Maintainer: Shachar Shemesh
Architecture: amd64
Depends: libc6 (>= 2.15)
Recommends: ssh-client
Size: 12988
SHA256: d2256f010fa2f8dca765c44ea7a77c675f718619c88bd511f4a542ca718d783f
SHA1: 639a461e548f378280132c7a5341c3afe665e8f0
MD5sum: 32ed6666e5cc1f9820ecd81b846d2c1c
Description: Non-interactive ssh password authentication
SSH's (secure shell) most common authentication mode is called "interactive
keyboard password authentication", so called both because it is typically
done via keyboard, and because openssh takes active measures to make sure
that the password is, indeed, typed interactively by the keyboard. Sometimes,
however, it is necessary to fool ssh into accepting an interactive password
non-interactively. This is where sshpass comes in.
.
SECURITY NOTE: There is a reason openssh insists that passwords be typed
interactively. Passwords are harder to store securely and to pass around
securely between programs. If you have not looked into solving your needs
using SSH's "public key authentication", perhaps in conjunction with the ssh
agent (RTFM ssh-add), please do so before being tempted into using this
package.
Description-md5:
Homepage: https://sourceforge.net/projects/sshpass
Tag: implemented-in::c, interface::commandline, protocol::ssh, role::program,
scope::utility, security::authentication, use::login
Section: utils
Priority: optional
Filename: pool/main/s/sshpass/sshpass_1.09-1+b1_amd64.deb