SV-265975r1003581_rule
V-265975
SRG-OS-000480-VMM-002000
ESXI-80-000248
CAT II
10
From an ESXi shell, run the following command:
# esxcli system security keypersistence disable --remove-all-stored-keys
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$arguments = $esxcli.system.security.keypersistence.disable.CreateArgs()
$arguments.removeallstoredkeys = $true
$esxcli.system.security.keypersistence.disable.invoke($arguments)
If the ESXi host does not have a compatible TPM, this is not applicable.
From an ESXi shell, run the following command:
# esxcli system security keypersistence get
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$esxcli.system.security.keypersistence.get.invoke()
If key persistence is enabled, this is a finding.
V-265975
False
ESXI-80-000248
If the ESXi host does not have a compatible TPM, this is not applicable.
From an ESXi shell, run the following command:
# esxcli system security keypersistence get
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$esxcli.system.security.keypersistence.get.invoke()
If key persistence is enabled, this is a finding.
M
5562