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

Re: SSH authentication

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2007-02-20 12:40:57 CET

On 2/20/2007 6:34 AM, chachi wrote:
> Hi,
>
> Is it possible to let users authenticate with their ssh passphrases?
> Do you know a howto which describes how to implent this?

It is possible, but it's very inconvenient. A typical svn interaction
with the repository may involve multiple ssh connections, so the user
would be prompted multiple times.

A much more pleasant way to work is to use public key authentication,
and an agent on the client side to handle the authentication requests.
Unfortunately the details of doing this depend on your ssh
implementation: OpenSSH, Putty and the commercial SSH are all
different. If you're on Windows, you should be using TortoiseSVN, and
it only works with Putty, but OpenSSH is more common on other platforms.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 20 12:41:29 2007

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.