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.
Categories
License
Update Notifications
User Ratings
User Reviews
-
/usr/local/bin/sshpass.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory SOLUTION: Move sshpass to /bin, and run it from there. PROBLEM: I'm trying to run sshpass from cygwin while running on Windows 7. I was trying to create a shortcut button that did this: C:\cygwin\bin\perl.exe C:\4.pl Where 4.pl started 4 mintty shpass ssh sessions on 4 other remote machines. I followed the instructions to download and install sshpass, and the script worked flawlessly, BUT ONLY if you run the perl script from the cygwin command line. I was reading some other "error while loading shared libraries" errors online, and found the blurb about moving cygcrypto to the /usr/bin directory, so I tried moving them to /usr/local/bin, that first, but no luck, but what if!? I move sshpass to /bin/ ??? It worked! I would recommend that the sshpass release engineers make the default 'make install' put it into /bin, instead of /usr/local/bin. Otherwise, if you run the sshpass from a windows env, it just can't find the libraries it needs. Other than making it jump through some hoops (painfully) I'd give this tool a thumbs up.
-
Runs smoothly
-
good work
-
Also build for Slackware 13.37 32-bit. I also created a slackbuild but found one already in the pending queue! Man page has appropriate security warnings.
-
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