krb5kdc

MIT Kerberos key server (KDC)

Debian Debian
RUN apt-get update && \ apt-get install -y krb5-kdc
Ubuntu
RUN apt-get update && \ apt-get install -y krb5-kdc
Alpine
RUN apk add krb5
Arch Arch Linux
RUN pacman -S --noconfirm krb5
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y krb5-kdc
CentOS
RUN yum install -y krb5-server
Fedora
RUN dnf install -y krb5-server
Raspbian
RUN apt-get update && \ apt-get install -y krb5-kdc
click the source code to copy install krb5kdc on any operating system with command-not-found.com