From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by sourceware.org (Postfix) with ESMTPS id 0E4A03857026 for ; Wed, 7 Oct 2020 14:24:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0E4A03857026 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kQAMt-000204-GH; Wed, 07 Oct 2020 14:24:35 +0000 Received: from fche by elastic.org with local (Exim 4.94) (envelope-from ) id 1kQAMt-000AEE-2O; Wed, 07 Oct 2020 10:24:35 -0400 Date: Wed, 7 Oct 2020 10:24:35 -0400 From: "Frank Ch. Eigler" To: Qing Zhao Cc: Overseers mailing list , overseers@gcc.gnu.org Subject: Re: My account cannot read/write git+ssh://qinzhao@gcc.gnu.org/git/gcc.git Message-ID: <20201007142435.GS35820@elastic.org> References: <20201007141706.GR35820@elastic.org> <894EF526-3F24-4BFE-89FB-5401D5AE637A@ORACLE.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <894EF526-3F24-4BFE-89FB-5401D5AE637A@ORACLE.COM> X-Sender-Verification: "" X-Spam-Status: No, score=-102.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_SBL_CSS, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 07 Oct 2020 14:24:37 -0000 Hi - > > Copy your private/public keypair from that machine to this other one. > The problem is that I cannot log into the other machine that works > before, so I think that I lost the private/public key. Oh. Please send a new .pub key then. > I tried the following in order to add the current public key, however it failed: > > qinzhao@gcc10:~/.ssh$ ssh qinzhao@gcc.gnu.org appendkey < id_rsa.pub > Permission denied (publickey). Yes, naturally that can't work, or else anyone on the internet could log in and change your credentials. - FChE