From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117411 invoked by alias); 2 Mar 2016 06:00:24 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 117372 invoked by uid 89); 2 Mar 2016 06:00:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=gallery, peanut X-HELO: sam.airs.com Received: from sam.airs.com (HELO sam.airs.com) (64.13.145.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 02 Mar 2016 06:00:22 +0000 Received: (qmail 15346 invoked by uid 10); 2 Mar 2016 06:00:21 -0000 Received: (qmail 6138 invoked by uid 500); 2 Mar 2016 06:00:10 -0000 Mail-Followup-To: martin.galvan@tallertechnologies.com, overseers@sourceware.org, hp@bitrange.com From: Ian Lance Taylor To: Hans-Peter Nilsson Cc: Martin Galvan , overseers@sourceware.org Subject: Re: Lost SSH key References: Date: Wed, 02 Mar 2016 06:00:00 -0000 In-Reply-To: (Hans-Peter Nilsson's message of "Wed, 2 Mar 2016 00:34:21 -0500 (EST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2016-q1/txt/msg00079.txt.bz2 Hans-Peter Nilsson writes: > Another one from the peanut gallery: it's not as simple as a > missing "chmod go-r ~martingalvan/.ssh/authorized_keys" on > sourceware, after appending the new key? I don't think so. Most, perhaps all, of the authorized_keys files on sourceware are world-readable. Ian