QuestionQ13
TroubleshootingA Linux administrator has just completed configuration of passwordless SSH authentication between two nodes. However, during test validation, the remote host requests a password. Given the following logs:

Which of the following is the most likely cause of this problem?
- A The SELinux policy is incorrectly targeting the unconfined_u context.
- B The administrator forgot to restart the SSHD after creating the authorized_keys file.
- C The authorized_keys file has the incorrect root permissions assigned.
- D The authorized_keys file does not have the correct security context to match SELinux policy.
Community Discussion