Remove SSH Server iptables Firewall exception (Unusual)
An XCCDF Rule
Description
By default, inbound connections to SSH's port are allowed. If the SSH
server is not being used, this exception should be removed from the
firewall configuration.
Edit the files /etc/sysconfig/iptables
and
/etc/sysconfig/ip6tables
(if IPv6 is in use). In each file, locate
and delete the line:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPTThis is unusual, as SSH is a common method for encrypted and authenticated remote access.
Rationale
If inbound SSH connections are not expected, disallowing access to the SSH port will avoid possible exploitation of the port by an attacker.
- ID
- xccdf_org.ssgproject.content_rule_iptables_sshd_disabled
- Severity
- Unknown
- Updated