I am debugging a weird problem with ssh and a perl module. It works fine for all my clusters except CVO.
After lots of debugging, I noticed the authentication methods are different between the working cluster and the non-working cluster:
Working: Authentication methods that can continue: publickey,password,keyboard-interactive.
Non-Working: Authentication methods that can continue: publickey,keyboard-interactive
The missing method is password (although I am using publickey) might be the root cause. Does anyone know what controls this? Is there an equiv of an sshd_config file for Ontap?