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

How to get --tunnel-user working

From: Hitzinger, Jozef <jhitzinger_at_soitron.com>
Date: Thu, 6 Mar 2008 17:53:43 +0100

Dear SVN community,

we hit "svnserve -t --tunnel-user" issue in subversion 1.4.6.

The compiled package comes from HP-UX porting archive
http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.4.6/
running on a HP-UX 11.23 pa-risc machine.

svnserve is configured for svn+ssh:// access, with repository under
account "svn" and authorized_keys as per The Book:

command="svnserve --tunnel-user user1 -t" \
no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty \
ssh-dss <key1.........>
command="svnserve --tunnel-user user2 -t" \
no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty \
ssh-dss <key2.........>

svn commands via svn+ssh://svn@localhost/home/svn/repos are working,
but everything is logged as done by user "svn", i.e. as if the
--tunnel-user option was ignored.

Can someone advice us on how to troubleshoot this?

Thanks,

--
jozef  :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-06 18:22:23 CET

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.