ansible-hardening/doc/metadata/rhel7/RHEL-07-040260.rst
Major Hayden 9d74dbd915 Install screen and ssh client/server
This patch ensures that screen and ssh packages are installed. It
fulfills the requirmeents of these two STIGs:

* RHEL-07-010072
* RHEL-07-040260

Implements: blueprint security-rhel7-stig
Change-Id: Id30d586bfff8b34554195845a565d491c2ac76e2
2016-11-07 21:53:26 +00:00

12 lines
280 B
ReStructuredText

---
id: RHEL-07-040260
status: implemented
tag: packages
---
The STIG requires that every system has an ssh client and server installed. The
role installs the following packages:
* CentOS: ``openssh-clients``, ``openssh-server``
* Ubuntu: ``openssh-client``, ``openssh-server``