How to login from Ubuntu/Debian

This section describes how to acquire kerberos tickets and login

Installing Kerberos

In Ubuntu, kinit and ssh are in the packages heimdal-clients and openssh-client. Install these packages with your favorite package manager or by executing

sudo apt-get install heimdal-clients
sudo apt-get install openssh-client

For additional information goto How to configure kerberos and SSH with kerberos