Non-interactive SSH password authentication utility
Non-interactive SSH password auth
sshpass$ sshpass -p 'mypassword' ssh user@example.com$ sshpass -p 'mypassword' scp file.txt user@example.com:/remote/path/$ sshpass -p 'mypassword' ssh user@example.com 'ls -la /home'