1. Home
  2. Security Hardening
  3. CIS VMware ESXi 6.5 V1.0.0 L1
  4. Ensure the DCUI timeout is set to 600 seconds or less

Ensure the DCUI timeout is set to 600 seconds or less

Details

The Direct Console User Interface (DCUI) is used for directly logging into an

ESXi host and carrying out host management tasks. This setting terminates an idle DCUI session

after the specified number of seconds has elapsed.

*Rationale*

Terminating idle DCUI sessions helps avoid unauthorized usage of the DCUI originating from leftover login sessions.

Solution

To correct the DCUI timeout setting, perform the following steps:

1. From the vSphere Web Client, select the host.
2. Click “Configure” -> “Settings” -> “System” -> “Advanced System Settings”.
3. Enter “UserVars.DcuiTimeOut” in the filter.
4. Click “Edit”.
5. Set the value for this parameter to 600 seconds or less.

Alternately, use the following PowerCLI command:

Get-VMHost | Get-AdvancedSetting -Name UserVars.DcuiTimeOut | Set- AdvancedSetting -Value 600

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

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles