sshpass 1.10
Non-interactive password authentication with SSH
sshpass is a tool for non-interactively performing password authentication with SSH's so-called interactive keyboard password authentication.
- Outputs:
out - Website: https://sourceforge.net/projects/sshpass/
- Licenses: GPL 2+
- Package source: gnu/packages/ssh.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sshpass 1.10 as follows:
guix install sshpass@1.10
Or install the latest version:
guix install sshpass
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.