From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id B3976385801A for ; Fri, 18 Feb 2022 13:21:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B3976385801A Received: from reform (deer0x16.wildebeest.org [172.31.17.152]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 68FE23039B04; Fri, 18 Feb 2022 14:20:59 +0100 (CET) Received: by reform (Postfix, from userid 1000) id 84D152E813D1; Fri, 18 Feb 2022 14:20:58 +0100 (CET) Date: Fri, 18 Feb 2022 14:20:58 +0100 From: Mark Wielaard To: Overseers mailing list Cc: Xionghu Luo Subject: Re: Re: Request from Xionghu Luo Message-ID: References: <20220218042054.5B5CA3858001@sourceware.org> <20220218052100.GA22670@cgf.cx> <990b65f.27f4.17f0b72259d.Coremail.yingyuefengyi@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <990b65f.27f4.17f0b72259d.Coremail.yingyuefengyi@163.com> X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no 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: Fri, 18 Feb 2022 13:21:03 -0000 On Fri, Feb 18, 2022 at 02:08:24PM +0800, Xionghu Luo via Overseers wrote: > > Sorry Christopher, but I couldn't update the sshkey now with any > username. What's wrong with this? Thanks. > > xionghuluo@XIONGHULUO-MB0:~$ cat ~/.ssh/id_rsa.pub > ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJNZxhmax0DKFf9F1PmTwSKBRdV8vf83Y7Ddj2whE0TI47bKCUSHriP00AERLpYrApEPNeyF+9+npy2zoRaxoztRh9jbwTVi/25bWb0iIpUv6jBZJZ0qo0BRppVz0QGCdx7NriDY51LEbzOEKUzANV97SooOP8IQVeA+FTS792WKdWaioAzN8hwIV/TeRWhZIlJT3RO3NtMdOaFLbHI53/gSLoTnhwikOmFPZnVuLZcpDUnOyOzb9jElx2zKhosXWu95aa+tuojdBWxlg1Bl3AF/neP3zL71eWpvjuC/vGJj1+DpM7Y69ohMMh1AIh+gKx+QcNpw1v4/uoTx6HoA3AweDYO6lyH688V2HCyV2cMynUXl/g6B4sZvStoM16FVMKVEyPL3LrRnydiVRaA1UIILp/xVB5PuSvp1+QO143hybgjM2ho2+HKdxnfAxL7ESkoimSxKyBEp3MQKOYTtb/5CcVnNfMCQrV1WO8ue88heFXSWWlsBgi+rqXrzIdXBk= xionghuluo@XIONGHULUO-MB0 > xionghuluo@XIONGHULUO-MB0:~$ ssh sourceware.org updatekey < ~/.ssh/id_rsa.pub > xionghuluo@sourceware.org: Permission denied (publickey). > xionghuluo@XIONGHULUO-MB0:~$ ssh xionghuluo@sourceware.org updatekey < ~/.ssh/id_rsa.pub > xionghuluo@sourceware.org: Permission denied (publickey). > xionghuluo@XIONGHULUO-MB0:~$ ssh luoxhu@sourceware.org updatekey < ~/.ssh/id_rsa.pub > luoxhu@sourceware.org: Permission denied (publickey) Your user is luoxhu, but you need the rsa key associated with luoxhu@lep824e1v.canlab.ibm.com Cheers, Mark