I'm having a problem that's baffling me. I need to write a script to automate gathering certain performance metrics. I'd like to use ansible for this. To do so I need to be able to ssh to my vcenter. I have SSH enabled as a service and I can connect to the SSH port, but my authentication fails. I get a "Too Many Authentication Failures" error. If I enable -v with ssh it tells me that I've had some number of attempt failures, perhaps 5, or 8, or 10, and tells me the account is locked.
Googling has suggested to disable pubkey authentication, but that isn't working for me. VmWare docs tell me how to enable SSH but not the secret sauce to actually do it.
What do I need to know to SSH to VCenter?
Thanks
-Bob