#Weird SSH behavior

1 messages · Page 1 of 1 (latest)

vivid hemlock
#

I am trying to use SSH-keys for logging into my CVO instance. The process I use works for all my on-prem systems, but for some reason it's not working on my CVO instance. No matter what I do, it keeps asking me for my password. Is there something in CVO that behaves differently than a physical system?

frozen gate
#

Do you have ssh -vvvv user@cvo?

#

It may be SSH settings, but I don't think it would matter. It's possible CVO defaults for SSH may be different, or maybe because the CVO was deployed on a newer version of ONTAP than on-prem, the defaults could be different.

vivid hemlock
#

Support helped me figure it out. Turns out FIPS mode was enabled and my ssh public key was generated with a weak algorith, which caused it to get disabled. <Who Knew> 😄