UCF STIG Viewer Logo

The ESXi host SSH daemon must not allow authentication using an empty password.


Overview

Finding ID Version Rule ID IA Controls Severity
V-207616 ESXI-65-000015 SV-207616r388482_rule High
Description
Configuring this setting for the SSH daemon provides additional assurance that remote login via SSH will require a password, even in the event of misconfiguration elsewhere.
STIG Date
VMware vSphere 6.5 ESXi Security Technical Implementation Guide 2021-09-22

Details

Check Text ( C-7871r364247_chk )
From an SSH session connected to the ESXi host, or from the ESXi shell, run the following command:

# grep -i "^PermitEmptyPasswords" /etc/ssh/sshd_config

If there is no output or the output is not exactly "PermitEmptyPasswords no", this is a finding.
Fix Text (F-7871r364248_fix)
From an SSH session connected to the ESXi host, or from the ESXi shell, add or correct the following line in "/etc/ssh/sshd_config":

PermitEmptyPasswords no