ssh 在远程主机执行本地脚本
生活随笔
收集整理的這篇文章主要介紹了
ssh 在远程主机执行本地脚本
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
需要在多臺服務器上執行同樣的腳本,記錄下此方法。
ssh?user@hostname?-C?"/bin/bash"?<?test.sh腳本帶參數怎么辦?
[root@?~]#?cat?local.sh? printf?'Argument?is?__%s__\n'?"$@" [root@?~]#?ssh?user@hostname?'cat|?bash?/dev/stdin?arg1?arg2?arg3'?<?local.sh? Argument?is?__arg1__ Argument?is?__arg2__ Argument?is?__arg3__參考:
http://backreference.org/2011/08/10/running-local-script-remotely-with-arguments/
另附上一個自己用的更改centos6.x repo源為阿里云源的腳本
#!/bin/bash ##usage??:?change?repo?to?ailiyun #author?:?firxiao ##centos6.x####CentOS-Base.repo## function?centos6(){ mv?/etc/yum.repos.d/CentOS-Base.repo?/etc/yum.repos.d/CentOS-Base.repo.backup wget?-O?/etc/yum.repos.d/CentOS-Base.repo?http://mirrors.aliyun.com/repo/Centos-6.repo }##epel.repo## function?epel(){ mv?/etc/yum.repos.d/epel.repo?/etc/yum.repos.d/epel.repo.backup mv?/etc/yum.repos.d/epel-testing.repo?/etc/yum.repos.d/epel-testing.repo.backup wget?-O?/etc/yum.repos.d/epel.repo?http://mirrors.aliyun.com/repo/epel-6.repo } if?[?!?-x?"/usr/bin/wget"?];then { yum?install?wget?-y?&&?centos6?&&?epel } else { centos6?&&?epel } fi轉載于:https://my.oschina.net/firxiao/blog/308665
總結
以上是生活随笔為你收集整理的ssh 在远程主机执行本地脚本的全部內容,希望文章能夠幫你解決所遇到的問題。

- 上一篇: CCpp.CallGraph
- 下一篇: 500 OOPS:cannot chan