This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: nt sshd probs


I just remembered the big one.  Make sure the account you are trying to
start the sshd with has these rights (quoted from Sergey's site):

The account's rights required are "Act as part of operation system"
(SE_TCB_NAME) for LogonUser call, and "Replace a process level token"
(SE_ASSIGNPRIMARYTOKEN_NAME) and "Increase quotas"
(SE_INCREASE_QUOTA_NAME) for CreateProcessAsUser call. Note:
Administrator" account have no all neccessary rights by default.

You can use user manager to assign these rights (you have to have "show
advanced rights" checked).

Good luck.

JJ


dave safian wrote:
> 
> When running the nt port of sshd, I get the following error shortly after authentication
> 
> log: Password authentication for dsafian acepted
> debug: Allocating pty.
> debug: Forking Shell
> debug  Entering interactive session.
> error: Failed to disconnect from controlling pty
> 
> I'm using 20b and sshd 1-2-26 on NT4.0 using SP4.
> Any idea what I could do to fix this?
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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