X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:from:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=N0TxeHlb3L1+TgsL tipvBH4A0l00997ns1jsm2+trVZktFMOh2rWF85N9u2yNxYN6/yuXdhoDY69f/BX AkLAh0apwkpj2Abqp/0zCm9ThZ+kz06m3ob/oqUvpJZOMBiAH5inGdOYMaS7qms9 s2u8z1RsYTwRf0/I2RpWAZSRbb4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:from:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=M+ZIrwnP3/2y0mBElM9CCG JeS9k=; b=Hhwqkn618bR7zzf1HTJd9lbfrDMIntlhojwy6Hk3py6UlGFIgmcfht b6Rr89webzEDaHge8BT0bihmc32HkRhD3WrS66wz1yZxXtqOXjtnQ7bO7GfXnmjb JQDUYBfJ+IFjMOMEZb2jq3ZA4F44HX24jr05P/o7LR3fnAS3kGaDI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=4.7 required=5.0 tests=AWL,BAYES_50,BODY_8BITS,FREEMAIL_FROM,GARBLED_BODY,NORMAL_HTTP_TO_IP,NUMERIC_HTTP_ADDR,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy==d0=b5=d1, Services, basin, Basin?= X-HELO: mail-lj1-f174.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=+ACqg8hRUTvkPjJufsxRCetcGs/mYFYjcfFQe26/gQg=; b=Awa/hFOUBBOkPdsjrOOJt2e5YUbR10ZIDwvvb3zlx482LdY1cUk2I/Ab2A2Yg5ZuLy i5N22EEHynZeFk9FYBllP6OgEG8I0TpdgPqGQXwn9sATvDr/CoXLSSZlJKUskxZByI6z 2wOXUU/pcit679pqHQAdxBhibFUjbugm9U4y8cu8kafeQhSpNH86ExVjTqF8zoQlaqxp 7odNPmmlcjbnxSFCv8eDy11cp5FFkjCrXiMkn+sVeMS8b1MnXUkwlJSOvTH65tnxZ8/z +TQpFOxQR4yWJ52w1bOXxyTLhTRX03EWSTYbXWIIfwFN7fXBijeYLCzdXSTe54/d15vg yXYg== Subject: Re: cygwin 3.0.1-1 breaks my sshd install From: Basin Ilya To: cygwin AT cygwin DOT com References: <8f576aad-7494-c73b-8b49-66a5aeabcd35 AT gmail DOT com> Message-ID: <97bd7fbb-a5c0-38f7-5da2-9012bf02bbdd@gmail.com> Date: Sun, 15 Sep 2019 09:45:43 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <8f576aad-7494-c73b-8b49-66a5aeabcd35@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Note-from-DJ: This may be spam Upd: the trick with pre-logging in by other means does not work: $ /usr/bin/editrights -u git -l SeBatchLogonRight I've created the wake-s4u scheduled job following the instructions from the ml thread: "sshd problem on WS2008R2 64bit" cmd.exe is running as that user, but seteuid still fails. Of course, the whole problem applies to the public key auth. Logging in with password works for both domain and local. 15.09.2019 9:12, Basin Ilya пишет: > Hi. > The problem is still there. > With the latest cygwin1.dll you can't have both domain and local users working. cyg_server only allows local users and Local System only allows domain users. > Downgrading cygwin1.dll to 2x is the only thing that actually works. (have to downgrade sshd.exe too, because of missing symbols) > > Running Wow64 Cygwin on Windows 7. See attached cygcheck.out > > > 21.02.2019 0:49, Houder пишет: >> On Wed, 20 Feb 2019 21:27:22, Andy Moreton wrote: >> >>> I've seen a similar failure, on a domain-joined Windows 10 box running >>> cygsshd using a local cyg_server user account. I've fixed it by: >>> 1) Open the "Computer Management" app >>> Select "Services and Applications", then "Services", and >>> choose the cygsshd service from the list. >>> 2) Stop the service >>> 3) Select the "Log On" tab, choose "Local System Account" and click OK. >>> 4) Restart the service. >>> >>> This changed the account reported by "cygrunsrv -VQ" from "./cyg_server" >>> to "LocalSystem". >> >> 64-@@ uname -a >> CYGWIN_NT-6.1 Seven 3.0.1(0.338/5/3) 2019-02-20 10:19 x86_64 Cygwin >> >> First I replaced cygwin1.dll again w/ the last version, as you can see ... >> >> Then I carried out you instruction ... >> >> To my surprise it did the trick! Thank you! >> >> Perhaps Corinna can give a hint of why the modification made the difference. >> >> Henri >> >> -- 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