1、远程登录 ssh -p 端口号 user@IP 2、远程运行文件 sshpass -p 密码 ssh user@IP "sh /home/start.sh" 3、远程执行命令 ssh user@IP "要执行的命令"