1 / 7

Kerberos: An Authentication Service for Open Network Systems

Kerberos: An Authentication Service for Open Network Systems. J. G. Steiner, C. Neuman, J. I. Schiller. What is Kerberos?. Trusted third-party authentication service Requirements: Secure (Private Key Encryption) Transparent (Tickets) Scalable (Replication) Reliable.

theta
Download Presentation

Kerberos: An Authentication Service for Open Network Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kerberos: An Authentication Service for Open Network Systems J. G. Steiner, C. Neuman, J. I. Schiller

  2. What is Kerberos? • Trusted third-party authentication service • Requirements: • Secure (Private Key Encryption) • Transparent (Tickets) • Scalable (Replication) • Reliable

  3. Kerberos Authentication Protocols TGS Kerberos Server Client

  4. Security

  5. Transparency • Tickets are reusable (authenticators are not) • {s,c,addr,timestamp,life,KS,C}KS • Ticket-granting ticket can occur at login • (8 hour lease), kinit for new TGT • Library calls: • krb_mk_req, krb_rd_req, krb_mk_prv, krb_rd_prv

  6. Scalability & Reliability • Slave (Read Only) Authentication Databases • Master Kerberos DB used for (Write) Administration Requests • Entire DB is propagated every hour • Common transactions can take place with replicated (Slave) servers

  7. Open Issues & Questions • Ticket Lifetime? (Short-term Playback) • Integrity of workstation programs? • Scalability between realms? • Centralized authentication with Private-Key encryption advantages/disadvantages over Public-Key?

More Related