How to prevent cloud-init from disable ssh PasswordAuthentication? [closed]
Hi Guys,
anybody know how to prevent cloud init from keep disabling PasswordAuthentication options in ssh config? i did some research and found that it depends on ssh_pwauth
. from what i have tested it still disabling the PasswordAuthentication options even when i set it to 0 or 1.
any good guidance from here?
thanks.
Hi dbaxps,
i have no issue on setting the password to the instance, just what i'm confuse now is the cloud init keep disabling the PasswordAuthentication even thoug
/etc/cloud/cloud.cfg
has been set as true.