From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id BA5FA3858C54; Fri, 14 Apr 2023 19:11:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA5FA3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1681499467; bh=QeNw9+YO8+tQZ3jm5bBGvCFvc2dJSHkB5t7wFgkFmV4=; h=Date:From:To:Subject:Reply-To:References:In-Reply-To:From; b=fOQtxphQorLeaFtecIbhQfwh9FVMyde4lyGNgQp22FPDDM2UR6JSpDCdgkMhY2CSZ VZeeYx3CFhoVjUBOPXMkESCobvVUe7i6x4j2wlW3HRrToP9FJTasPDQKCJmzY0bTMX SAc1/CRpu85T+Z5NOKed6KN1PM4p2Hn6tMSCU4TI= Received: by calimero.vinschen.de (Postfix, from userid 500) id E93CEA81B2A; Fri, 14 Apr 2023 21:11:05 +0200 (CEST) Date: Fri, 14 Apr 2023 21:11:05 +0200 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Permissions question / issue Message-ID: Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <88697a53-26db-6969-2c18-3d6133d248c1@cs.umass.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <88697a53-26db-6969-2c18-3d6133d248c1@cs.umass.edu> List-Id: On Apr 13 23:03, Eliot Moss via Cygwin wrote: > Dear cygwin'ers - > > I seem to be caught in a bind with the Cygwin permissions setup. > > ssh insists that ~/.ssh/config have permissions no less permissive than rw------- (600). Huh? No, it doesn't, usually. My file has perms rw-r--r-- (644) and that's perfectly fine. Also, I tried the same setting as you did, i. e. $ getfacl config # file: config # owner: corinna # group: vinschen user::rw- group::--- group:SYSTEM:r-x mask::r-x other::--- And ssh still works as desired and does not throw any error. You can also add g:SYSTEM:r-x to the directories and it should have no negative side effect. I just did that with ~/.ssh and ssh still works as expected. Corinna