Re: svn problem
From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-08-04 11:19:12 CEST
Hi Ning,
On Tue, Aug 01, 2006 at 01:45:00PM -0400, Ning Shen wrote:
I use this scheme as well.
> account in the server), the users were asked for password (but there
That's the wrong file. You need to put these in ~/.ssh/authorized_keys
> */command="svnserve -t --tunnel-user=XXX" ...........
The following works well on my system:
command="/usr/bin/svnserve -t --tunnel-user=jens",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty ssh-rsa AAAA...
>
You should use svn+ssh://jens@xxx.xxx.xxx.xxx/ not svn://. Also don't forget to
But your problem looks more like a network problem. Can you ping the host?
Try to connect via ssh to the host using the special svn account, you should get
I hope this solves you problem. I had no problems to set it up following the steps
Jens
---------------------------------------------------------------------
|
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.