On Jul 19 08:36, Andrew DeFaria wrote: > $ editrights -l -u sshd_server > SeDenyInteractiveLogonRight > SeDenyNetworkLogonRight > SeDenyRemoteInteractiveLogonRight
This *is* broken from the start. The right set which should have been printed is this: $ editrights -l -u sshd_server SeAssignPrimaryTokenPrivilege SeCreateTokenPrivilege SeIncreaseQuotaPrivilege SeServiceLogonRight SeDenyInteractiveLogonRight SeDenyNetworkLogonRight SeDenyRemoteInteractiveLogonRight > So I added it: > > $ editrights -l -a SeCreateGlobalPrivilege -u sshd_server Did you try this again after you made sure that the above rights are all given to sshd_server? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/