If "PermitEmptyPasswords" or "PermitUserEnvironment" keywords are not set to "no", are missing completely, or they are commented out, this is a finding.
Fix
Configure the Ubuntu operating system to allow the SSH daemon to not allow unattended or automatic login to the system.
Add or edit the following lines in the "/etc/ssh/sshd_config" file:
PermitEmptyPasswords no PermitUserEnvironment no
In order for the changes to take effect, the SSH daemon must be restarted.