Question About Kerberos
Emmanuel le Chevoir
manu at 3rd.dyndns.org
Fri Mar 22 03:20:09 EST 2002
In article <3C9A007A.9050400 at nospam.net>, Someone wrote:
> I have compiled OpenSSH with that patch and now can someone tell me
> what's reuquired more ? I have got a keytab and also a krb5.conf file.
Add the line :
KerberosAuthentication yes
in your sshd_config
You should now be able to log on your ssh server using Kerberos.
You can also add :
KerberosTGTPassing yes
GSSAPIDelegateCredentials yes
in you ssh_config to enable ticket forwarding, if you want to bounce
from this server to any other kerberized service.
More information about the Kerberos
mailing list