Lesson 7

Date: 3/5/2009
Kerberos Authentication
Linux for Engineering and IT applications


Kerberos server installation


  • On the node system, install MIT Kerberos 5 KDC packages:
    apt-get install krb5-kdc krb5-admin-server
    

    When prompted for the KDC server name, specify the host name of your node, for example, node16.rutgers.edu. Note, the host name here should be the host name with its domain component.


  • Take me to the Course Website