kpropd

The KDC and related programs for Kerberos 5

Install

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

krb5-server

The KDC and related programs for Kerberos 5

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-kpropd

MIT Kerberos key server (Slave KDC Support)

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 slave KDC update server (kpropd). The kpropd command runs on the slave KDC server. It listens for update requests made by the kprop program, and periodically requests incremental updates from the master KDC. This package should be installed on slave KDCs.

krb5

The Kerberos network authentication system