How to execute bash-script on a remote host and get the output locally
Make sure you have enabled passwordless SSH logins to the remote host. Use bash to load environment variables that are required by the remote-script ssh root@$10.37.25.145 bash -c “/local/app/myscript.sh” Or use the command […]