* Failed to checkout gcc trunk
@ 2019-08-13 9:53 Mark Eggleston
2019-08-13 11:03 ` Frank Ch. Eigler
0 siblings, 1 reply; 2+ messages in thread
From: Mark Eggleston @ 2019-08-13 9:53 UTC (permalink / raw)
To: overseers
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Failed to checkout gcc trunk
2019-08-13 9:53 Failed to checkout gcc trunk Mark Eggleston
@ 2019-08-13 11:03 ` Frank Ch. Eigler
0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2019-08-13 11:03 UTC (permalink / raw)
To: Mark Eggleston; +Cc: overseers
Hi -
Logs indicate that your earlier attempts failed due to ssh key problems:
Aug 13 08:43:53 sourceware sshd[114802]: Failed publickey for markeggleston from 167.98.27.226 port 53484 ssh2
Aug 13 08:44:19 sourceware sshd[15783]: Failed publickey for markeggleston from 167.98.27.226 port 53486 ssh2
[...]
but that about 70 minutes ago, you got it working:
Aug 13 09:50:00 sourceware sshd[39300]: Postponed publickey for markeggleston from 167.98.27.226 port 39688 ssh2
Aug 13 09:50:01 sourceware sshd[39299]: Accepted publickey for markeggleston from 167.98.27.226 port 39688 ssh2
Aug 13 09:50:01 sourceware rash: markeggleston(167.98.27.226) - executing /usr/bin/svnserve -t
- FChE
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-13 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13 9:53 Failed to checkout gcc trunk Mark Eggleston
2019-08-13 11:03 ` Frank Ch. Eigler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).