QuestionQ12

Security

A systems administrator is applying patches to servers affected by the regreSSHion vulnerability. Which command enables the administrator to patch the servers?

  • A dnf --advisory-regreSSHion upgrade openssh
  • B dnf --enablerepo=security-common update openssh
  • C dnf --enable=security-common install openssh
  • D dnf check-update openssh
Explanation

CVE-2024-6387 (regreSSHion) is fixed through an updated OpenSSH package. Enabling the security-common repository and running dnf update openssh obtains and applies that package update.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!