The Photon operating system must not have the telnet package installed.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| high | V-258819 | SRG-OS-000074-GPOS-00042 | PHTN-40-000040 | SV-258819r987796_rule | 2024-07-11 | 2 |
Description
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised.
ℹ️ Check
At the command line, run the following command to verify telnet is not installed:
# rpm -qa | grep telnet
If any results are returned indicating telnet is installed, this is a finding.
✔️ Fix
At the command line, run the following command:
# tdnf remove <package name>