From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id CC65C395ACCC for ; Tue, 10 Mar 2020 20:49:19 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583873359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EGEDdFfNqrQbQR1wl+RKZWVhy6j3yeKFBR8nylAntwk=; b=FNQY0fKr+hrz5NJF2+pCu4mIujPlECSaoKAKSLb9nGDHJPsRBh79jLAQf30BxR1x4fK6YX 1JJ6bqfF9KxmGQCGPmIsOZ80AvBjjz67NuLAt/Eh2XJY58w+P5Nw8BCVhD87ezRDbCrXlk ORohNplqbJ9CBAdejUr+JzdjkcGRhtM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-410-Wg9tSdfTPXGSFxFNlWLWaw-1; Tue, 10 Mar 2020 16:49:17 -0400 X-MC-Unique: Wg9tSdfTPXGSFxFNlWLWaw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EC7FA800D6C; Tue, 10 Mar 2020 20:49:15 +0000 (UTC) Received: from redhat.com (ovpn-116-36.phx2.redhat.com [10.3.116.36]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B30AC8882D; Tue, 10 Mar 2020 20:49:15 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.92.3) (envelope-from ) id 1jBloP-0007CH-DI; Tue, 10 Mar 2020 16:49:13 -0400 Date: Tue, 10 Mar 2020 16:49:13 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: overseers@gcc.gnu.org, Douglas Rupp Subject: Re: Write access to git repo rejected? Message-ID: <20200310204913.GD26627@redhat.com> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham 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: Tue, 10 Mar 2020 20:49:20 -0000 Hi - > I'm one of the VMS maintainers and should have write after approval > access. My publickey hasn't changed, but I'm unable to clone git > repository. My rupp@gcc.gnu.org email addy still works though. > May I request your assistance in regaining write access? The new system judges your ssh public key as too weak. Please send a new one. - FChE