From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15568 invoked by alias); 12 Dec 2014 13:49:47 -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 15547 invoked by uid 89); 12 Dec 2014 13:49:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f45.google.com Received: from mail-wg0-f45.google.com (HELO mail-wg0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 12 Dec 2014 13:49:45 +0000 Received: by mail-wg0-f45.google.com with SMTP id b13so9226006wgh.18 for ; Fri, 12 Dec 2014 05:49:42 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.6.199 with SMTP id d7mr27448350wja.124.1418392182247; Fri, 12 Dec 2014 05:49:42 -0800 (PST) Received: by 10.180.20.226 with HTTP; Fri, 12 Dec 2014 05:49:42 -0800 (PST) In-Reply-To: <20141206194943.GD3810@calimero.vinschen.de> References: <20141206194943.GD3810@calimero.vinschen.de> Date: Fri, 12 Dec 2014 13:49:00 -0000 Message-ID: Subject: Re: TEST RELEASE: Cygwin 1.7.34-002 From: Michael DePaulo To: The Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00194.txt.bz2 On Sat, Dec 6, 2014 at 2:49 PM, Corinna Vinschen wrote: > I finally released another TEST version of the next upcoming Cygwin > release. The version number is 1.7.34-002. I *think* I am experiencing a very bad regression. These are the Windows permissions on my ~/.ssh/id_rsa file: C:\cygwin\home\mike\.ssh>icacls id_rsa id_rsa NT AUTHORITY\SYSTEM:(F) DEPAULO\mike:(R,W,D,WDAC,WO) Under cygwin 1.7.33-2, I am able to use the file fine: mike@executor ~ $ uname -a CYGWIN_NT-6.3-WOW64 executor 1.7.33-2(0.280/5/3) 2014-11-13 15:45 i686 Cygwin mike@executor ~ $ ssh galactica Enter passphrase for key '/home/mike/.ssh/id_rsa': Last login: Fri Dec 12 08:36:39 2014 from executor.depaulo.org mike@galactica:~ :) [1] $ exit logout Connection to galactica closed. mike@executor ~ $ cd .ssh mike@executor ~/.ssh $ ls -latr id_rsa -rw------- 1 mike mkpasswd 1743 Dec 7 2013 id_rsa But under 1.7.34-002, I get a permissions error: mike@executor ~ $ uname -a CYGWIN_NT-6.3-WOW64 executor 1.7.34(0.282/5/3) 2014-12-06 18:03 i686 Cygwin mike@executor ~ $ ssh galactica @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0670 for '/home/mike/.ssh/id_rsa' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. key_load_private_type: bad permissions mike@galactica's password: mike@executor ~ $ cd .ssh mike@executor ~/.ssh $ ls -latr id_rsa -rw-rwx---+ 1 mike Domain Users 1743 Dec 7 2013 id_rsa -Mike -- 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