下载源码
git clone https://github.com/kevinburke/sshpass.git
由于网络问题,这里我用了一个代理下载
git clone https://ghproxy.cn/https://github.com/kevinburke/sshpass.git
安装依赖包
sudo yum install make gcc pam-devel openssl-devel automake autoconf m4 perl -y
编译安装
进入 sshpass
源代码目录,初始化 Autotools
环境。
cd sshpassautoreconf --install
进行编译安装
./configuremake && make install
验证 sshpass
是否正确安装:
sshpass -V