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
|
documentation_complete: true
prodtype: opensuse,sle12,sle15
title: 'Remove the OpenSSH Client and Server Package'
description: |-
The <tt>openssh</tt> package should be removed.
{{{ describe_package_remove(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
ocil_clause: 'the package is installed'
ocil: '{{{ ocil_package(package="openssh") }}}'
template:
name: package_removed
vars:
pkgname: openssh
|