Skip to content

The kshell daemon must be disabled on AIX.

An XCCDF Rule

Description

<VulnDiscussion>The kshell service offers a higher degree of security than traditional rsh services. However, it still does not use encrypted communications. The recommendation is to use SSH wherever possible instead of kshell. If the kshell service is used, you should use the latest Kerberos version available and must make sure that all the latest patches are installed.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-215384r958478_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

In "/etc/inetd.conf", comment out the "kshell" entry by running command:  
# chsubserver -r inetd -C /etc/inetd.conf -d -v 'kshell' -p 'tcp'

Restart inetd:
# refresh -s inetd