Details
By limiting the number of failed login attempts, the risk of unauthorized access via user password guessing, otherwise known as brute-forcing, is reduced. Limits are imposed by locking the account.
Solution
From the vSphere Web Client select the ESXi Host and go to Configure >> System >> Advanced System Settings. Click Edit and select the Security.AccountLockFailures value and configure it to 3.
or
From a PowerCLI command prompt while connected to the ESXi host run the following command:
Get-VMHost | Get-AdvancedSetting -Name Security.AccountLockFailures | Set-AdvancedSetting -Value 3
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system VMware.
References
- 800-53|AC-7a.
- CAT|II
- CCI|CCI-000044
- Rule-ID|SV-207606r378517_rule
- STIG-ID|ESXI-65-000005
- STIG-Legacy|SV-104043
- STIG-Legacy|V-93957
- Vuln-ID|V-207606
Comments
Please sign in to leave a comment.