From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104709 invoked by alias); 29 May 2015 00:56:56 -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 104697 invoked by uid 89); 29 May 2015 00:56:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: sam.airs.com Received: from sam.airs.com (HELO sam.airs.com) (64.13.131.146) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 29 May 2015 00:56:54 +0000 Received: (qmail 40599 invoked by uid 10); 29 May 2015 00:56:53 -0000 Received: (qmail 13036 invoked by uid 500); 29 May 2015 00:56:48 -0000 Mail-Followup-To: overseers@sourceware.org, martin.galvan@tallertechnologies.com From: Ian Lance Taylor To: Martin Galvan Cc: overseers@sourceware.org Subject: Re: SSH Public Key References: <20150527163513.GA2646@ednor.casa.cgf.cx> Date: Fri, 29 May 2015 00:56:00 -0000 In-Reply-To: (Martin Galvan's message of "Thu, 28 May 2015 10:52:05 -0300") 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: 2015-q2/txt/msg00058.txt.bz2 Martin Galvan writes: > Thanks a lot! Unfortunately it's still not working. I noticed the > public keys generated by ssh-keygen usually have username@host at the > end, while the file I attached doesn't. I don't know if that's what's > causing the issue; I'm sending you the same key as before with my > username@host appended at the end just in case. I think that is unlikely to be the problem, but I updated the key as requested. If it is still failing, look at the ssh -v -v -v output. Ian