k5srvutil
basic programs to authenticate using MIT Kerberos
Install
- All systems
-
curl cmd.cat/k5srvutil.sh
- Debian
-
apt-get install krb5-user
- Ubuntu
-
apt-get install krb5-user
- Alpine
-
apk add krb5
- Arch Linux
-
pacman -S krb5
- Kali Linux
-
apt-get install krb5-user
- CentOS
-
yum install krb5-workstation
- Fedora
-
dnf install krb5-workstation
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install krb5-user
- OS X
-
brew install krb5
- Raspbian
-
apt-get install krb5-user
- Dockerfile
- dockerfile.run/k5srvutil
- Docker
-
docker run cmd.cat/k5srvutil k5srvutil
powered by Commando
krb5-user
basic programs to authenticate using MIT Kerberos
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 basic programs to authenticate to MIT Kerberos, change passwords, and talk to the admin server (to create and delete principals, list principals, etc.).