> I created a user account, disabling password logins What I do for this case is set PasswordAuthentication=no in sshd_config.
This will disable password logins for ssh, but still allow a user to have a local password. This is useful if they ever need to be able to use doas(1), for example. Allan