赞
踩
pssh是由python编写,可以在多台服务器执行命令的工具。在服务器越来越多的企业这种自动化运维工具越来越火。 |
下载pssh安装包
[root@localhost ~]# wget https://files.pythonhosted.org/packages/60/9a/8035af3a7d3d1617ae2c7c174efa4f154e5bf9c24b36b623413b38be8e4a/pssh-2.3.1.tar.gz
安装依赖包
[root@localhost ~]# yum install -y make gcc gcc++ python-devel python-pip
安装pssh
[root@localhost ~]# tar xf pssh-2.3.1.tar.gz [root@localhost ~]# cd pssh-2.3.1 [root@localhost ~]# python setup.py install
配置免密登录
[root@localhost ~]# ssh-keygen Generating public/private rsa key pair. Enter file in w
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。