View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#19
Yes, it's a wrapper for ssh which intercepts the ask password prompt.

Example usage, "sshpass -p p!mp ssh qwerty12@thahustlerz.co.uk"

The above uses sshpass which runs ssh (scp is supported too etc) to send the password p!mp to the ssh session which is connecting to the user qwerty12 at the thahustlerz site.

But I need to fix the depends line to change it from ssh to openssh-client | ssh ...
 

The Following User Says Thank You to qwerty12 For This Useful Post: