mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-27 17:16:42 +00:00
fff6875d33
By default, ansible prefers to try host based authentication, which is good. But when it doesn't work, it tries every key attempt, which is normally fine. However, SSH counts key attempts the same as passwords, so hardening that restirct password attempts are fouled before it can even get to try a public key. Thus let host based only consume one attempt.