XK0-005 · Question #642
A user is attempting to log in to a Linux server that has Kerberos SSO enabled. Which of the following commands should the user run to authenticate and then show the ticket grants? (Choose two.)
The correct answer is A. kinit B. klist. The following commands can help the user to authenticate and show the ticket grants using Kerberos SSO on a Linux server: kinit: This command obtains and caches an initial ticket-granting ticket (TGT) for the user from the Kerberos key distribution center (KDC). The user needs…
Question
A user is attempting to log in to a Linux server that has Kerberos SSO enabled. Which of the following commands should the user run to authenticate and then show the ticket grants? (Choose two.)
Options
- Akinit
- Bklist
- Ckexec
- Dkioad
- Epkexec
- Frealm
How the community answered
(19 responses)- A84% (16)
- C5% (1)
- E11% (2)
Explanation
The following commands can help the user to authenticate and show the ticket grants using Kerberos SSO on a Linux server: kinit: This command obtains and caches an initial ticket-granting ticket (TGT) for the user from the Kerberos key distribution center (KDC). The user needs to enter their password or use a keytab file to authenticate. klist: This command lists the cached tickets, including the TGT and any service tickets, for the user. It also shows the expiration time and flags for each ticket.
Topics
Community Discussion
No community discussion yet for this question.