UCF STIG Viewer Logo

The SSH daemon must be configured with the Department of Defense (DoD) login banner.


Overview

Finding ID Version Rule ID IA Controls Severity
V-218002 RHEL-06-000240 SV-218002r505923_rule Medium
Description
The warning message reinforces policy awareness during the logon process and facilitates possible legal action against attackers. Alternatively, systems whose ownership should not be obvious should ensure usage of a banner that does not provide easy attribution.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2020-09-03

Details

Check Text ( C-19483r377021_chk )
To determine how the SSH daemon's "Banner" option is set, run the following command:

# grep -i Banner /etc/ssh/sshd_config

If a line indicating /etc/issue is returned, then the required value is set.
If the required value is not set, this is a finding.
Fix Text (F-19481r377022_fix)
To enable the warning banner and ensure it is consistent across the system, add or correct the following line in "/etc/ssh/sshd_config":

Banner /etc/issue

Another section contains information on how to create an appropriate system-wide warning banner.