Linux: ssh remote run local script without scp file2022/06/06分類:Linux_Base快速在遠端執行本地 bash file ssh user@remote 'bash -s' < local.sh