Kerberos Authentication – Overview

Kerberos Authentication – Overview

What is Kerberos?


Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com).

      It allows users to:
  1. Access multiple systems without re-entering passwords (Single Sign-On – SSO)
  2. Log in once

Where We Use It

      Kerberos is used for:
  1. Windows domain login
  2. Access to shared folders
  3. Internal applications
  4. Network resources (printers, servers, etc.)

How It Works


  1. User Login
    User logs in using domain credentials (mbuzztech.com)
  2. TGT Request (Ticket Granting Ticket)
    System contacts the Domain Controller
    A TGT (Ticket Granting Ticket) is issued after successful authentication
  3. TGS Request (Service Ticket)
    When accessing a service (file server, app, etc.), system uses the TGT
    Requests a TGS (Service Ticket) for that specific service
  4. Access Resource
    Service ticket is presented to the target system
    Access is granted without asking for password again

Key Components

  1. User Device – Employee laptop/desktop
  2. Active Directory (Domain Controller) – Authentication server for mbuzztech.com
  3. TGT (Ticket Granting Ticket) – Initial authentication ticket
  4. TGS (Service Ticket) – Ticket used to access specific services

Why We Use Kerberos

  1. Single Sign-On (SSO)
  2. Secure authentication (no repeated password transmission)
  3. Centralized control via Active Directory
  4. Seamless access to internal systems

    • Related Articles

    • Configuration to Enable ssh(Remote) Login in Ubuntu.

      How to Enable ssh (Remote) Login in Ubuntu. Have a Trouble to Access ssh Login in Ubuntu. Steps to Configure ssh configuration file. Go to your system/VM and Open Terminal (use ctl+atl+t) and Follow Commands. Open sshd_config file in any editor like ...
    • How to invite a new NVIDIA Air user and login to NVIDIA Air

      NVIDIA AIR (Accelerated Infrastructure Review) is a cloud-based platform that allows enterprises to simulate, test, and validate NVIDIA-powered solutions New User Creation For inviting a new user inside the organization, Please follow the below steps ...
    • How to enable the Microsoft Authenticator app - Multi Factor Authentication (MFA)

      Keep your account safe Method 1 Download & install the Microsoft Authenticator app to your mobile device. Install the Authenticator app on your mobile. Sign in to your account security dashboard. Select Add a new way to sign in or verify and choose ...
    • Enable Root Login in GUI Lock Screen in Ubuntu.

      How to Enable Root Login in Ubuntu in Login Screen. Do you have Trouble to Login as root user in Ubuntu like this? Steps to Enable Root Login Login as other user as you Define in Installation time. Open the Terminal, shortcut to open Terminal ...
    • How to Troubleshoot and Fix "bootflash" Directory Issues in Cisco Nexus Switches

      Purpose This article explains how to troubleshoot and resolve "bootflash" directory issues in Cisco Nexus switches. This method applies to both lab environments (GNS3/EVE-NG) and real production switches. Common Symptoms bootflash: No such file or ...