The Massachusetts Institute of Technology (MIT) developed Kerberos in 1988 to protect network services provided by Project Athena.34 Its first version was primarily designed by Steve Miller and Clifford Neuman based on the earlier Needham–Schroeder symmetric-key protocol.56 Kerberos versions 1 through 3 were experimental and not released outside of MIT.7
Kerberos version 4, the first public version, was released on January 24, 1989. Since Kerberos 4 was developed in the United States, and since it used the Data Encryption Standard (DES) encryption algorithm, U.S. export control restrictions prevented it from being exported to other countries. MIT created an exportable version of Kerberos 4 with all encryption code removed,8 called "Bones".9 Eric Young of Australia's Bond University reimplemented DES into Bones, in a version called "eBones", which could be freely used in any country. Sweden's Royal Institute of Technology released another reimplementation called KTH-KRB.10
Neuman and John Kohl published version 5 in 1993 with the intention of overcoming existing limitations and security problems. Version 5 appeared as RFC 1510, which was then made obsolete by RFC 4120 in 2005.
In 2005, the Internet Engineering Task Force (IETF) Kerberos working group updated specifications. Updates included:
MIT makes an implementation of Kerberos freely available, under copyright permissions similar to those used for BSD. In 2007, MIT formed the Kerberos Consortium to foster continued development. Founding sponsors include vendors such as Oracle, Apple Inc., Google, Microsoft, Centrify Corporation and TeamF1 Inc., and academic institutions such as the Royal Institute of Technology in Sweden, Stanford University, MIT, and vendors such as CyberSafe offering commercially supported versions.
The client authenticates itself to the Authentication Server (AS) which is part of the key distribution center (KDC). The KDC issues a ticket-granting ticket (TGT), which is time stamped and encrypts it using the ticket-granting service's (TGS) secret key and returns the encrypted result to the user's workstation. This is done infrequently, typically at user logon; the TGT expires at some point although it may be transparently renewed by the user's session manager while they are logged in.
When the client needs to communicate with a service on another node (a "principal", in Kerberos parlance), the client sends the TGT to the TGS, which is another component of the KDC and usually shares the same host as the authentication server. The service must have already been registered with the TGS with a Service Principal Name (SPN). The client uses the SPN to request access to this service. After verifying that the TGT is valid and that the user is permitted to access the requested service, the TGS issues a service ticket (ST) and session keys to the client. The client then sends the ticket to the service server (SS) along with its service request.
The protocol is described in detail below.
Windows 2000 and later versions use Kerberos as their default authentication method.13 Some Microsoft additions to the Kerberos suite of protocols are documented in RFC 3244 "Microsoft Windows 2000 Kerberos Change Password and Set Password Protocols". RFC 4757 documents Microsoft's use of the RC4 cipher. While Microsoft uses and extends the Kerberos protocol, it does not use the MIT software.
Kerberos is used as the preferred authentication method: in general, joining a client to a Windows domain means enabling Kerberos as the default protocol for authentications from that client to services in the Windows domain and all domains with trust relationships to that domain.14
In contrast, when either client or server or both are not joined to a domain (or not part of the same trusted domain environment), Windows will instead use NTLM for authentication between client and server.15
Internet web applications can enforce Kerberos as an authentication method for domain-joined clients by using APIs provided under SSPI.
Microsoft Windows and Windows Server include setspn, a command-line utility that can be used to read, modify, or delete the Service Principal Names (SPN) for an Active Directory service account.1617
Many Unix-like operating systems, including FreeBSD, Apple's macOS, Red Hat Enterprise Linux, Oracle's Solaris, IBM's AIX, HP-UX and others, include software for Kerberos authentication of users or services. A variety of non-Unix like operating systems such as z/OS, IBM i and OpenVMS also feature Kerberos support. Embedded implementation of the Kerberos V authentication protocol for client agents and network services running on embedded platforms is also available from companies [which?].
The Data Encryption Standard (DES) cipher can be used in combination with Kerberos, but is no longer an Internet standard because it is weak.18 Security vulnerabilities exist in products that implement legacy versions of Kerberos which lack support for newer encryption ciphers like AES.
RFC 4556, abstract. ↩
"Kerberos authentication". IONOS Digitalguide. Retrieved 2022-08-25. https://www.ionos.com/digitalguide/server/security/kerberos/ ↩
Garman 2003, p. 5. - Garman, Jason (2003). Kerberos: The Definitive Guide. O'Reilly Media, Inc. ISBN 978-0-596-00403-3. https://books.google.com/books?id=ltWbAgAAQBAJ ↩
Steiner, Jennifer G.; Geer, Daniel E. (21 July 1988). Network Services in the Athena Environment. Proceedings of the Winter 1988 Usenix Conference. CiteSeerX 10.1.1.31.8727. /wiki/CiteSeerX_(identifier) ↩
Steiner, Jennifer G.; Neuman, Clifford; Schiller, Jeffrey I. (February 1988). Kerberos: An authentication service for open network systems. Proceedings of the Winter 1988 USENIX Conference. CiteSeerX 10.1.1.112.9002. S2CID 222257682. /wiki/CiteSeerX_(identifier) ↩
Elizabeth D. Zwicky; Simon Cooper; D. Brent (26 Jun 2000). Building Internet Firewalls: Internet and Web Security. O'Reilly. ISBN 9781565928718. 9781565928718 ↩
Garman 2003, p. 7. - Garman, Jason (2003). Kerberos: The Definitive Guide. O'Reilly Media, Inc. ISBN 978-0-596-00403-3. https://books.google.com/books?id=ltWbAgAAQBAJ ↩
Pröhl & Kobras 2022, p. 7. - Pröhl, Mark; Kobras, Daniel (14 April 2022). Kerberos: Single Sign-on in gemischten Linux/Windows-Umgebungen (in German). dpunkt.verlag. p. 7. ISBN 9783960888512. https://books.google.com/books?id=k-VqEAAAQBAJ ↩
Garman 2003, pp. 7–8. - Garman, Jason (2003). Kerberos: The Definitive Guide. O'Reilly Media, Inc. ISBN 978-0-596-00403-3. https://books.google.com/books?id=ltWbAgAAQBAJ ↩
Neuman, C.; Kohl, J. (1993). "The Kerberos Network Authentication Service (V5)". doi:10.17487/RFC1510. Archived from the original on 2016-08-21. https://tools.ietf.org/html/rfc1510#section-3.2.4 ↩
Neuman, Clifford; Hartman, Sam; Yu, Tom; Raeburn, Kenneth (2005). "The Kerberos Network Authentication Service (V5)". doi:10.17487/RFC4120. Archived from the original on 2016-08-21. https://tools.ietf.org/html/rfc4120#section-3.2.4 ↩
"What Is Kerberos Authentication?". Microsoft TechNet. 8 October 2009. Archived from the original on 2016-12-20. https://technet.microsoft.com/pt-br/library/cc780469(v=ws.10).aspx ↩
Setspn - Windows CMD - SS64.com https://ss64.com/nt/setspn.html ↩
Setspn | Microsoft Docs https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc731241(v=ws.11) ↩
Tom, Yu; Love, Astrand (2012). "Deprecate DES, RC4-HMAC-EXP, and Other Weak Cryptographic Algorithms in Kerberos". doi:10.17487/RFC6649. Archived from the original on 2015-10-27. https://tools.ietf.org/html/rfc6649 ↩