gss-client

5 programs

Install

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

krb5-devel

5 programs

krb5-gss-samples

MIT Kerberos GSS Sample applications

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 bgss-sample and gss-server, programs used to test GSS-API mechanisms. These programs are most commonly used in testing newly developed GSS-API mechanisms or in testing events between Kerberos or GSS implementations.

krb5

The Kerberos network authentication system