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

Re: ssh based access?

From: Perry E. Metzger <perry_at_wasabisystems.com>
Date: 2002-04-15 23:17:29 CEST

Blair Zajac <blair@orcaware.com> writes:
> ssh -L20123:localhost:888 username@svn.repository.org sleep 100000000
>
> And then access svn through the URL
>
> http://localhost:20123/
>
> The -L sets up an SSH port forward.
>
> You need some command on the remote system to keep ssh the ssh connection
> alive, hence the sleep.

You are supposed to use -N for that. You don't in fact need a command
on the remote system.

What I'm really looking for is a way to do this such that we can
configure the proxies in the client and the localhost:20123 thing can
get papered over (as well as having to explicitly start ssh for this.)

--
Perry E. Metzger		perry@wasabisystems.com
--
NetBSD: The right OS for your embedded design. http://www.wasabisystems.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 15 23:18:28 2002

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

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