Non-interactive ssh password auth
Description
Sshpass is a tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication". Most user should use SSH's more secure public key authentiaction instead.
Non-interactive ssh password auth Web SiteUser Ratings
User Reviews
-
Works spot on with Slackware64 13.37, just what I needed for some local ssh'ing. I have submitted a SlackBuild to slackbuilds.org.
-
sshpass works great
-
Stopped working after I upgraded my OpenSSL to version 1: $ ssh -V OpenSSH_5.6p1-lpk, OpenSSL 1.0.0c 2 Dec 2010 it just hangs there. strace shows read() as the last command, I guess it's waiting for user input (sshpass does not input the password?)