通过SSH在远程主机上执行本地的脚本

通过SSH在远程主机上执行本地的脚本

Content #

ssh user@remote_host 'bash -s' < your_script.sh

From #