From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTP id 49B623851C1C for ; Sat, 20 Jun 2020 20:03:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 49B623851C1C X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx CDE3540CB6 X-Spam-Level: X-Spam-CGF-Status: No, score=-4.5 required=5.0 tests=ALL_TRUSTED,BAYES_00, TXREP autolearn=ham autolearn_force=no version=3.4.4 spammy=recorded, H*r:unknown, sending, H*M:cgf Received: by cgf.cx (sSMTP sendmail emulation); Sat, 20 Jun 2020 16:03:06 -0400 Date: Sat, 20 Jun 2020 16:03:06 -0400 From: Christopher Faylor To: Marc Glisse Cc: overseers@sourceware.org Subject: Re: New SSH key Message-ID: <20200620200306.GA3889@cgf.cx> Mail-Followup-To: Marc Glisse , overseers@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: No, score=-1262.4 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, KHOP_HELO_FCRDNS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 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: Sat, 20 Jun 2020 20:03:11 -0000 On Sat, Jun 20, 2020 at 07:39:50PM +0200, Marc Glisse wrote: >Hello, > >it seems that my DSA key is so old that the documented way to update >it (ssh sourceware.org updatekey < ...) won't work. Could you help me >switch to this shiny new key? My login is glisse. I don't know what's >the best way to prove that I am me and not some rando trying to usurp >my account: I still have access to the old DSA key, I can use the gcc >bugzilla account associated with this account, I can answer email at >the email address I am sending this from, which is likely what I >recorded for the sourceware account. > >ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2PIro7d4s40hr9cHU1PUT+9ZXlJLNnug21ZMtAM+R+ glisse@stedding I've added that modern key to your authorized_keys file so you should be all set. cgf