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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=pyPi6YCQTx9n8/KE9mjtH5uja/9G 102o9hJw5auofYUGK1YAUoNPCQwAS37qE5v6Mo/qverT0IsFJg4QCgeKKlk+ronr h9paBRzZbJpla2W93qvU4oaWivaCid74oVbDKOZn56ERRCTz67fAyFfJT820KwGj NT/F1X0u6g4SuL4= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=gea+JmjXIUAwivDLYqbtQYdDhO0=; b=Hp qt2njcAUs1FUYoNnYibXolVwU5T2686ClU9Eq+sQi+3f4ooQkMd+kvnb8oaQk8ss oEDtHjZRy7UJorNjhb6zlEyx6KUEaQ0qNFAIK8l8W4YU0U4razoFjTEJhIaR8YEv vw1kWIpZgbC0tmUyjeybHMwuLnJi/+fdPuvtB8Qss= 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=-1.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: TEST RELEASE: Cygwin 1.7.35-0.3 From: Warren Young In-Reply-To: <20150225152330.GE437@calimero.vinschen.de> Date: Wed, 25 Feb 2015 08:55:57 -0700 Message-Id: References: <20150223201119 DOT GX437 AT calimero DOT vinschen DOT de> <801DB7C4-3F66-468F-B786-0C7575897D98 AT etr-usa DOT com> <154114676 DOT 20150224063913 AT yandex DOT ru> <9D7B3952-86AD-4EA7-8146-E985ADE2FE4D AT etr-usa DOT com> <1528837107 DOT 20150225032328 AT yandex DOT ru> <20150225090115 DOT GW437 AT calimero DOT vinschen DOT de> <90784C48-04A6-4163-9566-43EE4CC0BF1B AT etr-usa DOT com> <20150225150744 DOT GD437 AT calimero DOT vinschen DOT de> <20150225152330 DOT GE437 AT calimero DOT vinschen DOT de> To: cygwin AT cygwin DOT com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1PFuFYH012088 On Feb 25, 2015, at 8:23 AM, Corinna Vinschen wrote: > >> $ chgrp `id -g` id* >> $ ls -l id* >> -rw-rw---- 1 Warren Warren 1.7K Feb 25 08:12 id_rsa >> -rw-rw---- 1 Warren Warren 398 Feb 25 08:12 id_rsa.pub > > Hang on, how come your group is your user account? That's certainly > not correct and it's certainly not the default, neither with SAM > accounts, nor with domain accounts. Is that something set in your > passwd/group files? If so, change it. I’m using the new SAM support, only. This is how Microsoft configured this Windows 10 VM. I haven’t made any local user admin type changes, except to create a second account for testing. I get this from id(1): $ id uid=1000(Warren) gid=11000(Warren) groups=11000(Warren) …etc. This is why my ~/.ssh contents were getting set to mode 660, and why I had to chgrp None them to fix it. -- 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