File: rule.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (28 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
documentation_complete: true


title: 'Install the OpenSSH Client and Server Package'

description: |-
    The <tt>openssh</tt> package should be installed.
    {{{ describe_package_install(package="openssh") }}}

rationale: |-
    Without protection of the transmitted information, confidentiality, and
    integrity may be compromised because unprotected communications can be
    intercepted and either read or altered.

severity: medium

references:
    nist: CM-6(a)
    srg: SRG-OS-000423-GPOS-00187

ocil_clause: 'the package is not installed'

ocil: '{{{ ocil_package(package="openssh") }}}'

template:
    name: package_installed
    vars:
        pkgname: openssh