跳转机需要装这个

#!/bin/bash
yum -y install gcc-c++ openssh-clients
curl -o sshpass.tar.gz http://sourceforge.net/projects/sshpass/files/latest/download
tar -xf sshpass.tar.gz
cd sshpass*
./configure
make
rm -f /usr/local/bin/sshpass
cp sshpass /usr/local/bin/sshpass

 

相关文章:

  • 2021-10-15
  • 2021-12-09
  • 2022-12-23
  • 2021-09-21
  • 2021-04-13
  • 2021-12-12
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2021-05-22
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案