From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67217 invoked by alias); 23 Jan 2020 03:46:53 -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 67209 invoked by uid 89); 23 Jan 2020 03:46:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= 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 ESMTP; Thu, 23 Jan 2020 03:46:51 +0000 Received: (qmail 26694 invoked by uid 10); 23 Jan 2020 03:46:49 -0000 Received: (qmail 15087 invoked by uid 500); 23 Jan 2020 03:46:16 -0000 From: Ian Lance Taylor To: "Yangfei \(Felix\)" Cc: "overseers@gcc.gnu.org" Subject: Re: Question: how to update ssh public key? References: Date: Thu, 23 Jan 2020 03:46:00 -0000 In-Reply-To: (Yangfei's message of "Thu, 23 Jan 2020 01:59:58 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00034.txt "Yangfei (Felix)" writes: > I already have an account on sourceware.org and my login name is: fyang > Unfortunately, my computer is broken. So I am switching to a new > computer for development. Then I need to update the ssh public key. > Could you please tell me the correct way to do that? You should make a backup of your SSH private key to avoid this kind of problem. If you do not have a backup, you will have to send a new public key to this mailing list. Ian