STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

V-240415

CAT II (Medium)

The telnet-server package must not be installed.

Rule ID

SV-240415r670986_rule

STIG

VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000381

Discussion

Removing the "telnet-server" package decreases the risk of the unencrypted telnet service's accidental (or intentional) activation.

Check Content

Check if "telnet-server" is installed:

# rpm -q telnet-server

If there is a "telnet-server" package listed, this is a finding.

Fix Text

To remove the "telnet-server" package use the following command:

rpm -e telnet-server