LPIC-2 • Practice Test 13
Free LPIC-2 practice test — 15 questions with explanations. Set 13. No signup required.
Based on the sshd configuration, user 'charlie' attempts to log in using public key authentication. What will happen?
Refer to the exhibit. # cat /etc/ssh/sshd_config | grep -v '^#' | grep -v '^$' Port 22 Protocol 2 PermitRootLogin no PubkeyAuthentication yes PasswordAuthentication no ChallengeResponseAuthentication no UsePAM yes AllowUsers alice bob DenyUsers charlie