Systems/Services/Kerberos: Difference between revisions

From Pumping Station One
Line 64: Line 64:
             Require valid-user
             Require valid-user
</Location>
</Location>
</pre>
== SSH SSO ==
To enable kerberos SSO for your SSH client add the following lines to ~/.ssh/config
<pre>
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
PreferredAuthentications gssapi-with-mic,publickey,keyboard-interactive,password
</pre>
</pre>