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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=OSCQXWSYQlvLF37tyWXyupamAacc
	a6pfrKWaR/k8UBl/kzk9s7luIcHyiVuI+CPqrL5MVwC5pOddc4W1N/PgYyjMN+RY
	1FAEP+hS4yB2GbttvyYHQs/mDfgqm952HEOPGJ0Pu6+w6PMFHejjIOiN1crAH3Qu
	ng3f9/T+8jTypZM=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=zRqwjyfcHRSGYZ2xnTwvauLopMQ=; b=Nl
	XTfaz9iA19hwISxRzO5iNBMvf1zTprbsVpaV59+tfIXvrXxHUap1vYOTljnlyDyl
	ElQuUtQUHJytN4akbdGcZvipXCrUGShMnKK1hmcl+jNcp4A1m40MSojMq8rjeioU
	P9sIwu2elcAXG0RRi/qyAYfBNVDf5HWAAz2mmrMLU=
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=-1.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
Subject: Re: TEST RELEASE: Cygwin 1.7.35-0.3
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <20150223201119.GX437@calimero.vinschen.de>
Date: Mon, 23 Feb 2015 15:22:50 -0700
Message-Id: <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>
To: cygwin@cygwin.com
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1NMN7Z1006016

> On Feb 23, 2015, at 1:11 PM, Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> 
> On Feb 24 03:50, rexdf Rexdf wrote:
>> 
>> 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.

Sorry for not reporting it earlier.  I thought I had just de-weirded something local.
--
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


