Skip to content

Instantly share code, notes, and snippets.

@sarjarapu
Created October 5, 2018 04:52
Show Gist options
  • Save sarjarapu/1af8d7e168b97662bcecb9dad65d46da to your computer and use it in GitHub Desktop.
Save sarjarapu/1af8d7e168b97662bcecb9dad65d46da to your computer and use it in GitHub Desktop.
A bash script to install the Kerberos client and display the Kerberos configuration file on the User machine
# Install the Kerberos client
sudo yum install -y krb5-workstation
# TODO: Copy the /etc/krb5.conf file contents from
# Kerberos Server's config file to the Client's machine
sudo cat /etc/krb5.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment