Login with SSH user that has no password set
I have a user without a password set (i.e. passwd -d
).
I would not like to use public keys on this setup.
Is there a way to SSH login to such a user?
PermitEmptyPasswords yes
then restart sshd ?
Allow PermitEmptyPasswords
in sshd_config
and restart sshd
.