[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: After 1.5.0 upgrade, keeps prompting for ssh username

From: Eric Lee <eric_at_myprojects.srhost.info>
Date: Thu, 3 Jul 2008 20:58:06 +0800

Hi,

Did you tried modify the svnservie.conf file on you repository as following ?

[general]

anon-access = read
auth-access = write

to

anon-access = none
auth-access = write

----------------------------------------------------
Get subversion, phpBB 3
http://myprojects.srhost.info
eric[at]myprojects[dot]srhost[dot]info

----- Original Message -----
From: "stuart feerick" <stuart_feerick_at_hotmail.com>
To: <users_at_subversion.tigris.org>
Sent: Thursday, July 03, 2008 8:35 PM
Subject: After 1.5.0 upgrade, keeps prompting for ssh username

: I had been using TortoiseSVN 1.4.8 connecting to a Linux machine with ssh. The
: server's hostname is linux01. I have Pageant running with my private key
: imported and I have a Putty config called 'linux01' which connects to that host
: and logs in as user stuartf. I can start Putty, double-click on the linux01
: session and it connects and logs in without needing to type any password or
: passphrase.
:
: But on upgrading to 1.5.0 this has stopped woking. Initially I had assumed
: Tortoise SVN was the problem, but I see identical behaviour from the command
: line client. As a test case I am attempting a fresh checkout
: since that doesn't require a working copy (so we can rule
: out the working copy being corrupt somehow). The repository URI is
:
: svn+ssh://linux01/home/svn/vs
:
: or giving the username explicitly,
:
: svn+ssh://stuartf <at> linux01/home/svn/vs
:
: These used to work with 1.4.8 but now both prompt for a username. When I enter
: a username I am told that the Connection has closed unexpectedly. How can I
: make it realize that it should log in as stuartf using the private key I have
: loaded in Pageant?
:
: FTR I am using the following version:
:
: svn.exe" --version
: svn, version 1.5.0 (r31699)
: compiled Jun 20 2008, 22:11:29
:
: Copyright (C) 2000-2008 CollabNet.
: Subversion is open source software, see http://subversion.tigris.org/
: This product includes software developed by CollabNet (http://www.Collab.Net/).
:
: The following repository access (RA) modules are available:
:
: * ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
: - handles 'http' scheme
: - handles 'https' scheme
: * ra_svn : Module for accessing a repository using the svn network protocol.
: - with Cyrus SASL authentication
: - handles 'svn' scheme
: * ra_local : Module for accessing a repository on local disk.
: - handles 'file' scheme
:
: Thanks for any help,
:
: Stu
: --
: stuart_feerick_at_hotmail.com
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
: For additional commands, e-mail: users-help_at_subversion.tigris.org
:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-03 14:59:48 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.