1. 程式人生 > 其它 >[ansible故障]-ssh connection type with passwords, you must install the sshpass program

[ansible故障]-ssh connection type with passwords, you must install the sshpass program

技術標籤:故障案例

ansible使用ping命令出現報錯
ssh connection type with passwords, you must install the sshpass program
在這裡插入圖片描述

# ubuntu
sudu apt install -y sshpass

#centos
yum install -y sshpass