This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh problem using publickey in domain environment


On 02/24/2010 02:13 AM, Corinna Vinschen wrote:
On Feb 23 12:35, Larry Hall (Cygwin) wrote:
On 02/23/2010 12:01 PM, Jukka Inkeri wrote:
If your server is member of domain, howto make users, sshd, (which
order) ... without setuid problem when using publickey auth ? cyg_server
and sshd - domain user or local or both, ???

In order for the SSH server to switch user context to a domain user, the service's user (cyg_server) must be a domain user with the rights outlined in 'ssh-host-config'. I'm not sure if it's a requirement that the 'sshd' user also be a domain user. I've never played with that.

I added a FAQ entry lately:


http://cygwin.com/faq/faq-nochunks.html#faq.using.sshd-in-domain
You might want to change that to:

$ mkpasswd -l -d your_domain>>  /etc/passwd
$ mkgroup -l -d your_domain>>  /etc/group

so as not to destroy whatever the user had in /etc/{passwd,group}.
--
Andrew DeFaria <http://defaria.com>
I didn't fight my way to the top of the food chain to be a vegetarian.


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]