Re: SSH Tunnelling Proxy Question
- From: "Richard E. Silverman" <res@xxxxxxxx>
- Date: 23 Sep 2007 23:33:13 -0400
"DJ" == DaveJ <davej2000@xxxxxxxxx> writes:
DJ> Hi, I'm fairly new to some networking concepts, so I hope this is
DJ> a reasonably straight forward question.
DJ> There are some resouces I want to access in work, from home.
DJ> Things like code repositories (cvs). In work I can access the
DJ> remote repository from my machine "bothin" which is on the same
DJ> internal network.
>> From home I cant access bothin directly, instead I have to ssh to a
DJ> machine called "frontdoor". Once I ssh to frontdoor I can then
DJ> ssh onto Bothin.
DJ> What I would like to do from my home machine is proxy all requests
DJ> for specific ports like 2401 (cvs port) through Bothin. This way
DJ> I can access the internal cvs server at work, and check out code
DJ> onto my home machine.
If the CVS server is reachable from frontdoor, you may not need to involve
bothin at all. Try:
ssh -vL 1234:cvs_server:2401 frontdoor
.... and point your CVS client at localhost:1234.
DJ> Can anyone give me suggestions of how to set this up? BTW all
DJ> these machines are running Solaris 10.
DJ> Thanks
--
Richard Silverman
res@xxxxxxxx
.
- Follow-Ups:
- Re: SSH Tunnelling Proxy Question
- From: DaveJ
- Re: SSH Tunnelling Proxy Question
- References:
- SSH Tunnelling Proxy Question
- From: DaveJ
- SSH Tunnelling Proxy Question
- Prev by Date: Re: my computer -> home computer -> work server via ssh
- Next by Date: Re: Delay between failed login attempts? (OpenSSH)
- Previous by thread: SSH Tunnelling Proxy Question
- Next by thread: Re: SSH Tunnelling Proxy Question
- Index(es):
Relevant Pages
|
|