Answers for "execute ssh script remotely"

0

run shell script remotely using ssh

ssh root@MachineB 'bash -s' < local_script.sh
Posted by: Guest on September-01-2021
0

execute command remotely by ssh

ssh operator@oracle1  '/scripts/backup.sh'
Posted by: Guest on May-14-2021

Code answers related to "execute ssh script remotely"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language