From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id CFB4B384B806 for ; Thu, 1 Jul 2021 08:37:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CFB4B384B806 Received: from reform (deer0x00.wildebeest.org [172.31.17.130]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id E0E563000252; Thu, 1 Jul 2021 10:37:20 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 7AD8B2E8014C; Thu, 1 Jul 2021 10:37:20 +0200 (CEST) Date: Thu, 1 Jul 2021 10:37:20 +0200 From: Mark Wielaard To: Overseers mailing list Cc: Ankur Saini , David Malcolm Subject: Re: lost my access to GCC repository Message-ID: References: <65073F7D-C56F-4011-928C-EF0847E9B625@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65073F7D-C56F-4011-928C-EF0847E9B625@gmail.com> X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2021 08:37:24 -0000 Hi Ankur, On Thu, Jul 01, 2021 at 10:14:50AM +0530, Ankur Saini via Overseers wrote: > Sadly the file containing all the ssh keys on my pc was accidentally > overwritten and I thus lost my limited SSH access to the system and > GCC repository which I need in order to work on my GSoC project > > with GCC. > > I have created a new private/public key pair and attached the > contents of the new public key file with this mail along with rest > of the details of my account I installed the new ssh pub key. Please be careful with your private key. Cheers, Mark