Answers for "shell script to ssh to remote server and run commands"

0

run shell script remotely using ssh

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

bash ssh into server and run command

< commands-to-execute-remotely.sh ssh blah_server
Posted by: Guest on October-29-2021

Code answers related to "shell script to ssh to remote server and run commands"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language