ansible 连接远程主机时报错: 192.168.195.10 | UNREACHABLE! => { "changed": false, "msg": "Authentication failed.", "unreachable": true }
日志显示:paramiko.transport Authentication (publickey) failed. 但是我直接 ssh 无密码登录是可以的,比了下 /root/.ssh/id_rsa.pub 和远程的 /root/.ssh/authorized_keys 也是匹配的。 各位大佬有遇到的么?