Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
An administrator needs to allow remote administrative access to a Linux server only to employees who are using the authorized private key. Which of the following options should the administrator set in the SSHD configuration file to achieve the goal?
Correct Answer: D
Comprehensive and Detailed Step-by-Step Explanation: * PasswordAuthentication no ensures that SSH logins are only allowed using key-based authentication, preventing password-based access. * PermitRootLogin prohibit-password prevents root login via passwords but does not enforce key-based authentication for all users. * AuthorizedKeysCommandUser root is related to custom key authentication scripts and is not necessary for enforcing key-based authentication. * AuthorizedKeysCommand sudo is not a valid SSH configuration option. Reference: CompTIA Linux+ Official Study Guide, Chapter on Secure SSH Configuration