假設本地的機器IP爲10.245.111.90,咱們想要在10.245.111.93上執行一個保存在10.245.111.90上的腳本。bash
通過測試經過的命令以下:ssh
ssh root@10.245.111.93 'bash -s' < /root/testlocal.sh測試
若是要帶參數的話,那就須要參考這篇文章中描述的代碼了。ip
參考資料rem
=========get
Execute Bash script stored in a file over SSHit
https://stackoverflow.com/questions/5663679/execute-bash-script-stored-in-a-file-over-sshio