File: sshd_required.var

package info (click to toggle)
scap-security-guide 0.1.65-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 71,936 kB
  • sloc: xml: 179,374; sh: 69,771; python: 23,819; makefile: 23
file content (21 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
documentation_complete: true

title: 'SSH is required to be installed'

description: |-
    Specify if the Policy requires SSH to be installed. Used by SSH Rules
    to determine if SSH should be uninstalled or configured.<br />
    A value of 0 means that the policy doesn't care if OpenSSH server is installed or not. If it is installed, scanner will check for it's configuration, if it's not installed, the check will pass.<br />
    A value of 1 indicates that OpenSSH server package is not required by the policy;<br />
    A value of 2 indicates that OpenSSH server package is required by the policy.<br />

type: number

operator: equals

interactive: false

options:
    default: "0"
    no: 1
    yes: 2