You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jerome Thibaud <th...@gmail.com> on 2007/04/20 04:05:12 UTC

Accessing repository through ssh tunneling

Hi All,

I have
 - a client connecting from the outside (internet)
 - a machine exposed to the internet (on  which  I cannot  install my
repository unfortunately)
 - a machine on the internal network behind my facade machine on which I
have my repository

how can I set the thing up so that  a client  on the internet can access my
internal repository through the facade machine ?

all suggestions  appreciated.

regards

Jerome Thibaud

Re: Accessing repository through ssh tunneling

Posted by Jerome Thibaud <th...@gmail.com>.
I'll try this out.

thx

Jerome

On 4/19/07, John Casey <ca...@gmail.com> wrote:
>
> on the external client machine, you can issue the following:
>
> ssh -L 80:repository-host.domain:80 user@facade-machine.public.domain
>
> I think there's a corresponding command you can issue from the facade
> machine, but alas, I'm not enough of an SSH wizard to know what it is...
> :-(
>
> -john
>
> On 4/19/07, Jerome Thibaud <th...@gmail.com> wrote:
> >
> > Hi All,
> >
> > I have
> > - a client connecting from the outside (internet)
> > - a machine exposed to the internet (on  which  I cannot  install my
> > repository unfortunately)
> > - a machine on the internal network behind my facade machine on which I
> > have my repository
> >
> > how can I set the thing up so that  a client  on the internet can access
> > my
> > internal repository through the facade machine ?
> >
> > all suggestions  appreciated.
> >
> > regards
> >
> > Jerome Thibaud
> >
>
>
>
> --
> John Casey
> ---
> Maven Developer (http://maven.apache.org)
> ---
> Blog: http://www.ejlife.net/blogs/buildchimp
>

Re: Accessing repository through ssh tunneling

Posted by John Casey <ca...@gmail.com>.
on the external client machine, you can issue the following:

ssh -L 80:repository-host.domain:80 user@facade-machine.public.domain

I think there's a corresponding command you can issue from the facade
machine, but alas, I'm not enough of an SSH wizard to know what it is... :-(

-john

On 4/19/07, Jerome Thibaud <th...@gmail.com> wrote:
>
> Hi All,
>
> I have
> - a client connecting from the outside (internet)
> - a machine exposed to the internet (on  which  I cannot  install my
> repository unfortunately)
> - a machine on the internal network behind my facade machine on which I
> have my repository
>
> how can I set the thing up so that  a client  on the internet can access
> my
> internal repository through the facade machine ?
>
> all suggestions  appreciated.
>
> regards
>
> Jerome Thibaud
>



-- 
John Casey
---
Maven Developer (http://maven.apache.org)
---
Blog: http://www.ejlife.net/blogs/buildchimp