Shell 在本地执行另外一台远程机器命令
sshpass -p "xxx" ssh root@192.168.238.12 << remotessh cd /tmp/test/ rm -f test.txt cat test.log | grep 'test' >> test2.txt echo "finished!" #执行完毕 exit #退出远程机器 remotessh
其中xxx是密码
sshpass -p "XXX"
Shell 在本地执行另外一台远程机器命令
sshpass -p "xxx" ssh root@192.168.238.12 << remotessh cd /tmp/test/ rm -f test.txt cat test.log | grep 'test' >> test2.txt echo "finished!" #执行完毕 exit #退出远程机器 remotessh
其中xxx是密码
sshpass -p "XXX"
作者:Work Hard Work Smart
出处:http://www.cnblogs.com/linlf03/
欢迎任何形式的转载,未经作者同意,请保留此段声明!