To enhance the security measures in a virtualized environment, it is often advisable to limit direct access to Esxi hosts and this is when lockdown mode concept comes into picture. Lockdown mode is used on Esxi hosts in order to improve security of the hosts which are centrally managed by vCenter server.
When the lockdown mode is enabled, the host is managed using the vSphere Client connected to the managing vCenter Server, VMware PowerCLI, or VMware vSphere Command-Line Interface (vCLI). The only difference is that access is authenticated through the vCenter Server instead of using a local account on the ESXi host.
When the lockdown mode is enabled, access to the host through SSH is unavailable except to configured exception users.
Lockdown mode in vSphere 6.0
With vSphere 6.0, VMware introduced a couple of new concepts into lockdown mode as listed below
- Normal Lockdown Mode
- Strict Lockdown Mode
- Exception Users
Lets understand about these concepts one by one.… Read More