Skip to content

Instantly share code, notes, and snippets.

View riprasad's full-sized avatar
🏠
Working from home

Rishab Prasad riprasad

🏠
Working from home
View GitHub Profile
@riprasad
riprasad / kerberos_setup.md
Last active May 18, 2020 08:02
Kerberos Setup

1. INSTALLING KERBEROS

Kerberos packages may be installed by default, but make sure that the appropriate packages are installed for the Kerberos server or client being configured.

To install packages for a Kerberos server:

yum install krb5-server krb5-libs krb5-auth-dialog

To install packages for a Kerberos client:

yum install krb5-workstation krb5-libs krb5-auth-dialog