From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73742 invoked by alias); 2 Mar 2016 05:34:28 -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 73636 invoked by uid 89); 2 Mar 2016 05:34:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=peanut, sshd, gallery X-HELO: arjuna.pair.com Received: from arjuna.pair.com (HELO arjuna.pair.com) (209.68.5.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 02 Mar 2016 05:34:23 +0000 Received: by arjuna.pair.com (Postfix, from userid 3006) id 8B9228A3B9; Wed, 2 Mar 2016 00:34:21 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id 8AEF08A3B8; Wed, 2 Mar 2016 00:34:21 -0500 (EST) Date: Wed, 02 Mar 2016 05:34:00 -0000 From: Hans-Peter Nilsson To: Ian Lance Taylor cc: Martin Galvan , overseers@sourceware.org Subject: Re: Lost SSH key In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2016-q1/txt/msg00078.txt.bz2 On Tue, 1 Mar 2016, Ian Lance Taylor wrote: > Martin Galvan writes: > > > Thanks a lot, however I still get a "Permission denied (publickey)" > > error when trying the 'alive' command. I'm positive that my public key > > matches the private one I'm holding, since the output of ssh-keygen -y > > -f ~/.ssh/id_rsa matches the public key. > > > > I noticed the public key file I attached previously had my login@host > > at the end. I'm re-attaching the public key without those, maybe > > that's causing the problem? > > That is unlikely to make any difference, but I applied it. 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? (Non-ancient sshd doesn't like world-readable public keys, even though that information is supposedly safe-to-share.) brgds, H-P