run commands with ssh code example Example: execute command over ssh sshpass -p [password] ssh [user]@[ip] -t "python3 example.py"