LPIC-2 Exam 202 (Linux Engineer) — Question 28

Which of the following sshd configuration should be set to no in order to fully disable password based logins? (Choose two.)

Answer options

Correct answer: B, E

Explanation

To completely disable password-based logins, both ChallengegeResponseAuthentication and PasswordAuthentication must be set to 'no'. The other options, while related to authentication, do not directly prevent password logins as effectively as these two settings.