The SSH client must not permit GSSAPI authentication unless needed.

From Oracle Linux 5 Security Technical Implementation Guide

Part of GEN005525

Associated with: CCI-000366

SV-63953r1_rule The SSH client must not permit GSSAPI authentication unless needed.

Vulnerability discussion

GSSAPI authentication is used to provide additional authentication mechanisms to applications. Allowing GSSAPI authentication through SSH exposes the system's GSSAPI to remote hosts, increasing the attack surface of the system. GSSAPI authentication must be disabled unless needed.

Check content

The default setting for GSSAPIAuthentication is "no". Check for a change from the default. # grep -i GSSAPIAuthentication /etc/ssh/ssh_config | grep -v '^#' If the setting is "yes" this is a finding.

Fix text

Edit the SSH client configuration and set the GSSAPIAuthentication" directive set to "no".

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer