How to Install and Uninstall sshpass Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "sshpass" package

This guide let you learn how to install sshpass on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install sshpass

2. Uninstall "sshpass" package

This tutorial shows how to uninstall sshpass on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the sshpass package on Ubuntu 20.10 (Groovy Gorilla)

Package: sshpass
Architecture: amd64
Version: 1.06-1
Priority: extra
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Shachar Shemesh
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Depends: libc6 (>= 2.15)
Recommends: ssh-client
Filename: pool/universe/s/sshpass/sshpass_1.06-1_amd64.deb
Size: 10458
MD5sum: 78731168dd4cc75b876053e8051a1189
SHA1: 511794edaa34ea5542d3297163c8efba80133e69
SHA256: b31772d638e8debf2c7422bb6e2531da14964e378e31d9c46cba372bc4bd2e0a
SHA512: 5a15e9d60e48682649669aa3ee9dd92d9ee19da1a99f725ab87cda3e66e0b0ddd88da09b43657e901ad84ec072c382ebacabb6b2b96d3022287db68a0fe1e620
Homepage: http://sourceforge.net/projects/sshpass
Description-en: 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: be212cb773a2c46e35ad51471f2c8d57