Operating System - Linux
1826421 Members
3235 Online
109692 Solutions
New Discussion

Re: OpenSSH 4.2p1 authenticat to AD in W2k3

 
Donny Jekels
Respected Contributor

OpenSSH 4.2p1 authenticat to AD in W2k3

Long time not been here:

have a new project to allow AD users to log into the Linux boxes with their AD accounts.

compiled ssh --with-kerberos
built kerberos
downloaded an installed css_adkadmin

added host principle host/host1.mydomain.com
added service princple for sshd/host1.mydomain.com
generated krb5.keytab file

even get tgt tickets on my linux session from the AD server.

allowed GSSAuthenticate = yes in sshd_config

downloaded and installed putty wiht gssapi support.

everything seems to look good.

until now.

with putty from css.

An error occurred while building GSSAPI security context (0x8009030c):
The logon attempt failed

and with my own putty compilation:

SSPI error: The specified target is unknown or unreachable


Any ideas would be more than welcome. I have wire taps of the actuall connection attemps, but nothing is stanidng out.

anyone know anything about caching credents on linux?

holy moly: 4 questions in one post???
"Vision, is the art of seeing the invisible"
3 REPLIES 3
Donny Jekels
Respected Contributor

Re: OpenSSH 4.2p1 authenticat to AD in W2k3

SSPI error: No credentials are available in the security package



"Vision, is the art of seeing the invisible"
Ivan Ferreira
Honored Contributor

Re: OpenSSH 4.2p1 authenticat to AD in W2k3

I'm just wondering if isn't easier if you use winbind?
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Donny Jekels
Respected Contributor

Re: OpenSSH 4.2p1 authenticat to AD in W2k3

winbind? never heard of it. what does it do?
"Vision, is the art of seeing the invisible"