The Centrify DirectControl package automatically installs Centrify's enhanced version of OpenSSH. However, you can configure the system to use stock SSH instead with the few simple steps demonstrated in this video.
First of all make sure the stock OpenSSH running on the machine does indeed have support for Kerberos by running the following command:
ldd /usr/sbin/sshd | grep -i kerberos
If the command returns no output then stock OpenSSH doesn't have the support. If it does proceed further to configure ssh server and ssh client for GSSAPI.
Edit sshd_config and set the following parameters:
You must be a registered user to add a comment here. If you've already registered, please log in. If you haven't registered yet, please register and log in.