krb5kdc

MIT Kerberos key server (KDC)

Install

All systems
curl cmd.cat/krb5kdc.sh
Debian Debian
apt-get install krb5-kdc
Ubuntu
apt-get install krb5-kdc
Alpine
apk add krb5
Arch Arch Linux
pacman -S krb5
image/svg+xml Kali Linux
apt-get install krb5-kdc
CentOS
yum install krb5-server
Fedora
dnf install krb5-server
Windows (WSL2)
sudo apt-get update sudo apt-get install krb5-kdc
OS X
brew install krb5
Raspbian
apt-get install krb5-kdc
Docker
docker run cmd.cat/krb5kdc krb5kdc powered by Commando

krb5-kdc

MIT Kerberos key server (KDC)

Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). This is the MIT reference implementation of Kerberos V5. This package contains the Kerberos key server (KDC). The KDC manages all authentication credentials for a Kerberos realm, holds the master keys for the realm, and responds to authentication requests. This package should be installed on both master and slave KDCs.

krb5-server

The KDC and related programs for Kerberos 5

krb5

The Kerberos network authentication system