UCF STIG Viewer Logo

The SSH daemon must not permit Kerberos authentication.


Overview

Finding ID Version Rule ID IA Controls Severity
V-63207 ESXI-06-000019 SV-77697r1_rule Low
Description
Kerberos authentication for SSH is often implemented using GSSAPI. If Kerberos is enabled through SSH, the SSH daemon provides a means of access to the system's Kerberos implementation. Vulnerabilities in the system's Kerberos implementation may then be subject to exploitation. To reduce the attack surface of the system, the Kerberos authentication mechanism within SSH must be disabled for systems.
STIG Date
VMware vSphere ESXi 6.0 Security Technical Implementation Guide 2019-01-04

Details

Check Text ( C-63941r1_chk )
To verify the KerberosAuthentication setting, run the following command:

# grep -i "^KerberosAuthentication" /etc/ssh/sshd_config

If there is no output or the output is not exactly "KerberosAuthentication no", this is a finding.
Fix Text (F-69125r1_fix)
To set the KerberosAuthentication setting, add or correct the following line in "/etc/ssh/sshd_config":

KerberosAuthentication no