X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=WL7 gp6XXKAT36TPP4hSZe4OevKHk7d3xzbNhhIs62nbmmf9/Udagf3+So6a00hf9EBz 64UJUhgujc/5dzm1Q8meF9dGOhHzui2OfscdqLg+vEryOfuecRUyWoDkEk4UzG2B 99tQO4/WyvK22BemDwAKjMiGnv39Wx0kNAo2FvfM= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=jR06P1wSt IK6FmB2Pw3JxiJyFJM=; b=r8hJ88RAgwAZLFMSieaPBpE9fIEA4ZhP9wcjzn1lu Uci/v2GuuGvDCWIbX78PaDx/gOSjnexTBqqph+FxYkFtP3lfn4vsJIdGTOrNxdK7 BkiEE00lrWqXBLDKiDbsh+NdKlCHFxPCq3cBxWOLnIuypbJfguWPhyoElBH1fgMy /M= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com X-Received: by 10.68.225.131 with SMTP id rk3mr37629pbc.157.1414854983379; Sat, 01 Nov 2014 08:16:23 -0700 (PDT) Message-ID: <5454F941.4060507@gmail.com> Date: Sat, 01 Nov 2014 08:16:17 -0700 From: Stephen Sheldon User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: cannot turn off group (None) permissions in 1.7.33-04 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I had some key files in ~/.ssh. They looked like this. -rw-------+ 1 sheldon None 1.7K Nov 1 07:09 id_rsa -rw-r--r--+ 1 sheldon None 401 Nov 1 07:09 id_rsa.pub -rw-r--r--+ 1 sheldon None 174 Nov 1 07:09 known_hosts After I installed 1.7.33-04 they looked like this. -rw-rwx---+ 1 sheldon None 1.7K Nov 1 07:09 id_rsa* -rw-rwxr--+ 1 sheldon None 401 Nov 1 07:09 id_rsa.pub* -rw-rwxr--+ 1 sheldon None 174 Nov 1 07:09 known_hosts* ssh complained about permissions when I tried to log on to another host. I could not change the permissions back with chmod, either with chmod 600 or chmod g-w ... When I reverted back to 1.7.32, the permissions changed back to the way they were before. This is with Cygwin 64 bits on Windows 7 Home 64 bits. -- 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