You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before 2.3.0, I didn't need installed the sshpass, but now it's not working. 😢
$ ansible all -m ping
server1 | FAILED! => {
"failed": true,
"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"
}
We can't install the sshpass with homebrew by default.
$ brew search sshpass
We won't add sshpass because it makes it too easy for novice SSH users to
ruin SSH's security.
I need install the
sshpass
for control managed nodes with passwords, but the homebrew default can't find this package.Before 2.3.0, I didn't need installed the
sshpass
, but now it's not working. 😢We can't install the
sshpass
with homebrew by default.Manual create a sshpass formula of homebrew.
Install it !
Finally, it's working, now !!! 😎
Reference
The text was updated successfully, but these errors were encountered: