This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "svn up" over ssh does not work
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Thomas Koenig <tkoenig at netcologne dot de>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Sun, 28 Jan 2018 12:43:01 +0000
- Subject: Re: "svn up" over ssh does not work
- Authentication-results: sourceware.org; auth=none
- References: <42da2e73-f833-0c7a-e9da-87e110de601a@netcologne.de>
On 27 January 2018 at 12:11, Thomas Koenig wrote:
> Hi,
>
> I am getting
>
> $ LANG=C svn up
> Updating '.':
> svn: E170013: Unable to connect to a repository at URL
> 'svn+ssh://tkoenig@gcc.gnu.org/svn/gcc/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
>
> read-only svn (without ssh) works.
>
> Anything wrong with the servers?
No, the problem must be at your end. Did you recently update your
OpenSSH version?
Does your local config now disable DSA keys by default, and your key
on gcc.gnu.org is a DSA key?
i.e. does this work?
SVN_SSH="ssh -o PubkeyAcceptedKeyTypes=ssh-dss" svn up
If it does then edit your ~/.ssh/config to add that option for Host gcc.gnu.org