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

Re: SVN commandline password Vs key

From: Alex Kiesel <alex_at_kiesel.name>
Date: 2006-02-04 13:43:22 CET

On Thu, 2006-02-02 at 09:58 +1100, Alan McDonald wrote:
> svn commandline offers username and password options for declaring user and
> pw.
> Are these options still available when using svn+ssh from te client?
> if so how?

In svn+ssh://, authentication is being done in ssh, so there is no
(should be) option to specify a password. You can pass a username
through the URL, though:
  svn+ssh://username@server/path

A quick test showed that you cannot pass a password through this, which
is good:)

If you're loooking for some conveniance, try using ssh-agent in
combination with ssh keys.

Regards,
-Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 4 13:44:11 2006

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.