The SUSE operating system must not allow users to override SSH environment variables.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-217269SRG-OS-000480-GPOS-00229SLES-12-030151SV-217269r991591_rule2024-11-253
Description
SSH environment options potentially allow users to bypass access restriction in some configurations.
ℹ️ Check
Verify the SUSE operating system disables unattended via SSH. Check that unattended logon via SSH is disabled with the following command: # sudo grep -i "permituserenvironment" /etc/ssh/sshd_config PermitUserEnvironment no If the "PermitUserEnvironment" keyword is not set to "no", is missing completely, or is commented out, this is a finding.
✔️ Fix
Configure the SUSE operating system disables unattended logon via SSH. Add or edit the following lines in the "/etc/ssh/sshd_config" file: PermitUserEnvironment no