RHEL 8 must not allow users to override SSH environment variables.
An XCCDF Rule
Description
<VulnDiscussion>SSH environment options potentially allow users to bypass access restriction in some configurations.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-230330r1017141_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Configure RHEL 8 to allow the SSH daemon to not allow unattended or automatic logon to the system.
Add or edit the following line in the "/etc/ssh/sshd_config" file:
PermitUserEnvironment no