Answers for "execute command over ssh"

0

execute command over ssh

sshpass -p [password] ssh [user]@[ip] -t "python3 example.py"
Posted by: Guest on July-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language