exam questions

Exam XK0-005 All Questions

View all questions & answers for the XK0-005 exam

Exam XK0-005 topic 1 question 163 discussion

Actual exam question from CompTIA's XK0-005
Question #: 163
Topic #: 1
[All XK0-005 Questions]

Which of the following enables administrators to configure and enforce MFA on a Linux system?

  • A. Kerberos
  • B. SELinux
  • C. PAM
  • D. PKI
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nixonbii
11 months, 2 weeks ago
C is correct, but so is A. Kerberos uses the ticket granting ticket system often used for federated trust relationships. For each resources requiring additional verification, a Kerberos system can require additional information such as a token or a verification code sent to a known phone number. Since this is a Linux exam, PAM will suffice.
upvoted 1 times
...
linux_admin
11 months, 3 weeks ago
Selected Answer: C
The technology that enables administrators to configure and enforce Multi-Factor Authentication (MFA) on a Linux system is: C. PAM (Pluggable Authentication Modules) Explanation: PAM (Pluggable Authentication Modules) is a framework that allows the integration of multiple authentication schemes for Linux systems. It provides a way for administrators to configure and enforce MFA for user authentication by enabling the use of multiple factors, such as passwords, smart cards, biometrics, and others. PAM allows the configuration of authentication policies for different services and applications running on a Linux system. This makes it possible to implement MFA for specific applications or services, rather than applying it to the entire system. Additionally, PAM allows administrators to configure different authentication methods for different users or user groups, depending on their access requirements.
upvoted 4 times
linux_admin
11 months, 3 weeks ago
Kerberos is a network authentication protocol used for single sign-on (SSO), but it does not provide MFA capabilities.
upvoted 2 times
...
...
KnifeClown1
12 months ago
Selected Answer: C
C. PAM (Pluggable Authentication Modules) enables administrators to configure and enforce multi-factor authentication (MFA) on a Linux system. PAM is a modular architecture that allows system administrators to specify how authentication should be performed on their systems, including the use of MFA. This can be achieved by adding additional modules to the PAM configuration, such as modules for OTPs, smart cards, or biometric authentication. PAM can also be used to integrate with external authentication systems, such as LDAP, Kerberos, or RADIUS, to enforce MFA for authentication to various services on the Linux system.
upvoted 2 times
...
Nvoid
1 year, 2 months ago
Selected Answer: C
Choosing C here.
upvoted 3 times
...
SaadiaS
1 year, 2 months ago
C is correct. Pluggable Authentication Modules allow Linux to work with Google Authenticator and other OTP tools to add two-factor security to your system. https://www.redhat.com/sysadmin/mfa-linux
upvoted 3 times
...
MissAllen
1 year, 3 months ago
Pluggable Authentication Modules (PAM) provide for multi-factor authentication on Linux. Answer C.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...