通过SSH在远程主机上执行本地的脚本 October 7, 2023 Content # ssh user@remote_host 'bash -s' < your_script.sh From # Links #