X-Recipient: archive-cygwin@delorie.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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=o+Ft7S624FwwEsih
	7Dth6e/BcH77kWiwLpI7WlLkI5lM4YQaGUbOzWqwvI7N7xUEoNDjG8Ofz1Fj/488
	eOX+MKQlHrX2baG0GEM5cQ098NkWe7en4JVIPKEPV3pdCm9StNFqQ7clHuWx4zgh
	OKS8vuNsgaPcVgdpzW1ixtgmTJ0=
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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=F29zyKKA3639YoU0IYmZJF
	h46Cw=; b=AozlArcJKJdBCll8VrFoLMj1OTL/HKsPGgUxf7HuSg4V8nuCQl8hkf
	4cPVbX5LbDVt52g+OK4iQqn/aOebkGNiIF9LbEsyZ9pSnAYKQwU3UxctBbtL3aNT
	EfwsqqRfCoKMcDQbWyD78I44BSfZuZbYGqT2r0Tsll1ANmTmhM0L8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_BODY_URIBL_PCCC,KAM_FROM_URIBL_PCCC,KAM_THEBAT,MIME_BASE64_BLANKS,RCVD_IN_JMF_BL,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: smtp.ht-systems.ru
Date: Tue, 24 Feb 2015 06:39:13 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <154114676.20150224063913@yandex.ru>
To: Warren Young <wyml@etr-usa.com>, cygwin@cygwin.com
Subject: Re: TEST RELEASE: Cygwin 1.7.35-0.3
In-Reply-To: <801DB7C4-3F66-468F-B786-0C7575897D98@etr-usa.com>
References: <20150220102927.GR26084@calimero.vinschen.de>   <6695-1424465180-282140@sneakemail.com>  <20150223111721.GH437@calimero.vinschen.de>  <9116-1424712152-918733@sneakemail.com>  <20150223174709.GB26549@calimero.vinschen.de>  <CAFrJEvNKjG6JSWk6w1HM2wtC-CEX_FJOYtsjaeY7o1XX2uWD=Q@mail.gmail.com>  <20150223201119.GX437@calimero.vinschen.de>  <801DB7C4-3F66-468F-B786-0C7575897D98@etr-usa.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t1O3owlO031518

Greetings, Warren Young!

>>> Is there any solution to solve the ssh problem ( including git etc)?
>> 
>> Does https://cygwin.com/faq/faq.html#faq.using.ssh-pubkey-stops-working
>> help?

> That information seems to be incomplete.

> I ran into similar problems here, and found that chmod 600 would give me
> mode 660 *if* the files were in my “Warren” group as well as owned by me, personally.

> I fixed it with chgrp None ~/.ssh/*

> It seems that chmod 600 is being interpreted as:

> 1. It’s owned by Warren, so +rw for him.

> 2. Oh, its primary group is Warren, too, so let’s inherit g+rw, too.

Nop, this is actually an issue of reading ACLs rather than setting them.
POSIX access bits do not expect interchangeability of users and groups.

> Sorry for not reporting it earlier.  I thought I had just de-weirded something local.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 24.02.2015, <06:37>

Sorry for my terrible english...

