how to run a command in another server's command line linux code example
Example: execute command over ssh
sshpass -p [password] ssh [user]@[ip] -t "python3 example.py"
sshpass -p [password] ssh [user]@[ip] -t "python3 example.py"