Information
The PermitEmptyPasswords parameter specifies if the SSH server allows login to accounts with empty password strings.
Disallowing remote shell access to accounts that have an empty password reduces the probability of unauthorized access to the system.
Solution
Edit /etc/ssh/sshd_config and set the PermitEmptyPasswords parameter to no above any Match entries:
PermitEmptyPasswords no
Note: First occurrence of a option takes precedence, Match set statements withstanding.