This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: TEST RELEASE: Cygwin 1.7.35-0.3


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...

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