centos7如何安装sshpass

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

我们都知道,sshpass 是用于非交互的ssh 密码验证,在脚本中进行ssh或者scp时,是非常好用的一个工具,在centos7中是如何安装的呢?

  1. 先安装epel

    yum install -y epel-release

    yum repolist

  2. 安装完成epel之后,就可以按照sshpass了

    yum install -y sshpass

     

安装完成之后,sshpass –V, 就可以正常使用了。

转载于:https://my.oschina.net/u/3157270/blog/917381

你可能感兴趣的:(运维,操作系统,python)