From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5024 invoked by alias); 4 Nov 2017 09:47:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 5007 invoked by uid 89); 4 Nov 2017 09:47:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=mounted, HX-Google-DKIM-Signature:reply-to, matt X-HELO: mail-pf0-f178.google.com Received: from mail-pf0-f178.google.com (HELO mail-pf0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Nov 2017 09:47:02 +0000 Received: by mail-pf0-f178.google.com with SMTP id b6so4033374pfh.7 for ; Sat, 04 Nov 2017 02:47:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:reply-to:subject:to:message-id:date :user-agent:mime-version:content-transfer-encoding; bh=rMTJJx5hdo/RrZBG7OrxduqxjNqPHo2OuipP+n+zXa4=; b=Uev7rDPcr/H0+c3SBpQ/vKd7Xea/7ati6hpYTdgNUMVQ7SrxPqEfQ3uAxx5R5IoAzJ wwikRlKOBEqYDdTkRUF4fotmhB9JccM4b9pR7qNPHUtcTA1fVDv01oMo+6TVKSgT0Xrh tGW5dyLEb+H7w3p0JgflRDfgTbQ74XO2Ucq8x0/U5w7fqPeOnVd2kPVxpV2z6gxnqev6 ps7eSC20kqHAwE3nfh3iFBEQoLAOc9HtYvd2iDuWvZXHc35f3rHsJ2q9IzB9Wmtmaiqe gKuQx/TEgjCcO3RurZaJFLM6wDq1ohUVvHhN/oRmGfH0PUZVsnYZsG5J/Tkwhl3LyfXk 3vRQ== X-Gm-Message-State: AMCzsaUHRs68KlHMxwQjY1O3pAPeAL8nO27T/onbkr8Yx7fJKxmphMYf Meajix1o+oJpvbjTuvF7Ewiw6y3y X-Google-Smtp-Source: ABhQp+TvmAgYqYM/sYmF3Nk8qegfJl/oGohsEf+DfLD7X3IhWrccAacfhmJbEXHF4TJNaMgh3Siwew== X-Received: by 10.98.71.194 with SMTP id p63mr10590565pfi.26.1509788820786; Sat, 04 Nov 2017 02:47:00 -0700 (PDT) Received: from [10.0.1.111] (ip68-230-148-254.ri.ri.cox.net. [68.230.148.254]) by smtp.gmail.com with ESMTPSA id e24sm15617603pfl.43.2017.11.04.02.46.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Nov 2017 02:47:00 -0700 (PDT) From: "Matt D." X-Google-Original-From: "Matt D." Reply-To: codespunk+cygwin@gmail.com Subject: No way to use ssh ~/.ssh/config with "noacl" option To: cygwin@cygwin.com Message-ID: <59FD8C99.8010703@gmail.com> Date: Sat, 04 Nov 2017 09:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00073.txt.bz2 I mount with "noacl" as I don't need ACLs for my purposes and prefer to leave everything up to Windows permissions. The problem with this is that ssh insists that ~/.ssh/config be less permissive. But this file is bound to --rw-r--r-- for this option. Would it be appropriate to request ssh to ignore this requirement when "noacl" present on the mounted volume? Matt D. -- 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