CentOS安装sshpass

不如Ubuntu, 默认yum install sshpass无法安装sshpass,需要用下面的步骤:

[plain]  view plain  copy
  1. cd /etc/yum.repos.d/  
  2. wget http://download.opensuse.org/repositories/home:Strahlex/CentOS_CentOS-6/home:Strahlex.repo  
  3. yum install sshpass  

你可能感兴趣的:(软件测试)