Linux Keywords & Meaning
Kerberos: Kerberos is a secure system for providing network authentication services. Authentication means:

The identities of entities on the network are verified.
Traffic on the network is from the source who claims to have sent it.

Kerberos uses passwords to verify the identity of users, and these passwords are never sent over the network in an unencrypted form.

Leave a Comment