kpasswd

basic programs to authenticate using MIT Kerberos

Install

All systems
curl cmd.cat/kpasswd.sh
Debian Debian
apt-get install heimdal-dbg
Ubuntu
apt-get install heimdal-dbg
Arch Arch Linux
pacman -S openafs-kpasswd
image/svg+xml Kali Linux
apt-get install krb5-user
CentOS
yum install krb5-workstation
Fedora
dnf install heimdal-workstation
Windows (WSL2)
sudo apt-get update sudo apt-get install heimdal-dbg
Raspbian
apt-get install openafs-kpasswd

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.).

krb5-workstation

workstations

heimdal-workstation

workstations

openafs-kpasswd

AFS distributed filesystem old password changing

AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. This package provides kpasswd and kas, utilities needed by the OpenAFS kaserver to create users and change passwords. Only install this package if you are already using kaserver; generally you should not install this package for new cells or for cells using Kerberos v5.

heimdal-clients

Heimdal Kerberos - clients

Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. This package includes Kerberos utilities like kadmin, kinit, kpasswd and klist. It also includes client programs like telnet and ftp that have been compiled with Kerberos support.

heimdal-dbg

Heimdal Kerberos - debugging symbols

Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. This package contains the debugging symbols for all heimdal libraries.

krb5

The Kerberos network authentication system