156-536 · Question #29
What does the Kerberos key tab file contain?
The correct answer is C. Pairs of Kerberos principals and encryption keys. A Kerberos keytab (key table) file stores pairs of Kerberos principals (e.g., service or user identities in the format user@REALM or service/hostname@REALM) and their corresponding long-term encryption keys. These keys are derived from the principal's password and are used to…
Question
What does the Kerberos key tab file contain?
Options
- APairs of authentication settings and un-authentication settings
- BPairs of encryption and decryption keys
- CPairs of Kerberos principals and encryption keys
- DPairs of ktpass tools
How the community answered
(67 responses)- A1% (1)
- B3% (2)
- C93% (62)
- D3% (2)
Explanation
A Kerberos keytab (key table) file stores pairs of Kerberos principals (e.g., service or user identities in the format user@REALM or service/hostname@REALM) and their corresponding long-term encryption keys. These keys are derived from the principal's password and are used to authenticate services or users without requiring interactive password entry. Keytabs enable automated processes (e.g., daemons or scheduled tasks) to decrypt Kerberos tickets and prove their identity securely.
Topics
Community Discussion
No community discussion yet for this question.