SV-216846r612237_rule
V-216846
SRG-APP-000516
VCWN-65-000024
CAT II
10
From the vSphere Web Client go to Host and Clusters >> Select a vCenter Server >> Configure >> Settings >> Advanced Settings. Click "Edit" and edit the "config.vpxd.hostPasswordLength" value to "32" or if the value does not exist create it by entering the values in the "Key" and "Value" fields and clicking "Add".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
If the setting already exists:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.vpxd.hostPasswordLength | Set-AdvancedSetting -Value 32
If the setting does not exist:
New-AdvancedSetting -Entity <vcenter server name> -Name config.vpxd.hostPasswordLength -Value 32
From the vSphere Web Client go to Host and Clusters >> Select a vCenter Server >> Configure >> Settings >> Advanced Settings.
Verify that "config.vpxd.hostPasswordLength" is set to "32".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.vpxd.hostPasswordLength and verify it is set to 32.
If the "config.vpxd.hostPasswordLength" is set to a value other than "32" or does not exist, this is a finding.
V-216846
False
VCWN-65-000024
From the vSphere Web Client go to Host and Clusters >> Select a vCenter Server >> Configure >> Settings >> Advanced Settings.
Verify that "config.vpxd.hostPasswordLength" is set to "32".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.vpxd.hostPasswordLength and verify it is set to 32.
If the "config.vpxd.hostPasswordLength" is set to a value other than "32" or does not exist, this is a finding.
M
4030