1、进去其他主机命令:ssh testuser@120.1.1.15
2、判断在win下面编辑的脚本是不是unix?vim test.sh:set ff?如果出现fileforma=dos那么就基本可以确定是这个问题了。:set fileformat=unix:wq