Skip to content

The ESXi host Secure Shell (SSH) daemon must set a timeout count on idle sessions.

An XCCDF Rule

Description

Setting a timeout ensures that a user login will be terminated as soon as the "ClientAliveCountMax" is reached.

ID
SV-258765r933356_rule
Version
ESXI-80-000210
Severity
Low
References
Updated

Remediation Templates

A Manual Procedure

From an ESXi shell, run the following command:

# esxcli system ssh server config set -k clientalivecountmax -v 3

or