From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45831 invoked by alias); 13 Aug 2019 09:53:42 -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 45821 invoked by uid 89); 13 Aug 2019 09:53:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.3 required=5.0 tests=AWL,BAYES_00,KAM_COUK,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=H*F:D*co.uk, H*r:sk:oversee, H*r:4.84_2, permanently X-HELO: imap1.codethink.co.uk Received: from imap1.codethink.co.uk (HELO imap1.codethink.co.uk) (176.9.8.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Aug 2019 09:53:40 +0000 Received: from [167.98.27.226] (helo=[10.35.6.226]) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1hxTUo-0003sB-H7 for ; Tue, 13 Aug 2019 10:53:38 +0100 To: overseers@sourceware.org From: Mark Eggleston Subject: Failed to checkout gcc trunk Message-ID: Date: Tue, 13 Aug 2019 09:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-q3/txt/msg00022.txt.bz2 I received an e-mail yesterday saying that my account was active. Following the instructions at https://gcc.gnu.org/svnwrite.html#authenticated I failed to checkout the code from the Subversion repository: svn co svn+ssh://markeggleston@gcc.gnu.org/svn/trunk gcc The authenticity of host 'gcc.gnu.org (209.132.180.131)' can't be established. RSA key fingerprint is SHA256:MFNiczzfX8/nvLSRZwR3CxMyycKtMan64Zm4C373FeM. RSA key fingerprint is MD5:1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23. Are you sure you want to continue connecting (yes/no)? no svn: E210002: Unable to connect to a repository at URL 'svn+ssh://markeggleston@gcc.gnu.org/svn/trunk' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly svn co svn+ssh://markeggleston@gcc.gnu.org/svn/trunk gcc The authenticity of host 'gcc.gnu.org (209.132.180.131)' can't be established. RSA key fingerprint is SHA256:MFNiczzfX8/nvLSRZwR3CxMyycKtMan64Zm4C373FeM. RSA key fingerprint is MD5:1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'gcc.gnu.org,209.132.180.131' (RSA) to the list of known hosts. Permission denied (publickey). svn: E210002: Unable to connect to a repository at URL 'svn+ssh://markeggleston@gcc.gnu.org/svn/trunk' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly Subsequent attempts now give: svn co svn+ssh://markeggleston@gcc.gnu.org/svn/trunk gcc svn: E210002: Unable to connect to a repository at URL 'svn+ssh://markeggleston@gcc.gnu.org/svn/trunk' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly Since the account is with sourceware.org I tried markeggleston@sourceware.org instead: svn co svn+ssh://markeggleston@sourceware.org/svn/trunk gcc The authenticity of host 'sourceware.org (209.132.180.131)' can't be established. RSA key fingerprint is SHA256:MFNiczzfX8/nvLSRZwR3CxMyycKtMan64Zm4C373FeM. RSA key fingerprint is MD5:1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23. Are you sure you want to continue connecting (yes/no)? no Host key verification failed. svn: E210002: Unable to connect to a repository at URL 'svn+ssh://markeggleston@sourceware.org/svn/trunk' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly svn co svn+ssh://markeggleston@sourceware.org/svn/trunk gcc The authenticity of host 'sourceware.org (209.132.180.131)' can't be established. RSA key fingerprint is SHA256:MFNiczzfX8/nvLSRZwR3CxMyycKtMan64Zm4C373FeM. RSA key fingerprint is MD5:1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'sourceware.org' (RSA) to the list of known hosts. Permission denied (publickey). svn: E210002: Unable to connect to a repository at URL 'svn+ssh://markeggleston@sourceware.org/svn/trunk' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly Subsequent attempts now give: svn co svn+ssh://markeggleston@sourceware.org/svn/trunk gcc svn: E210002: Unable to connect to a repository at URL 'svn+ssh://markeggleston@sourceware.org/svn/trunk' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly I also looked at the suggestion that the -q option should be removed from ssh in the [tunnels] section of my Subversion configuration file. I tried that and it had no affect. Help will be appreciated. regards, Mark -- https://www.codethink.co.uk/privacy.html