在远程服务器上,使用ssh运行本地bash脚本
Hujiuxiang
・1 分钟阅读
在远程服务器上运行本地bash脚本
ssh -T user@server < script.sh
在远程服务器上运行本地脚本。 " -T禁用伪tty分配"