I want to use SSH inside a script, but this script is not going to be executed on my machine.
SSH
In my implementation there are two limitations.
Install sshpass, then launch the command:
sshpass -p "yourpassword" ssh -o StrictHostKeyChecking=no yourusername@hostname