Re: [gentoo-user] Accessing CVS on non-standard port

2010-11-28 Thread Alan McKinnon
Apparently, though unproven, at 02:45 on Friday 26 November 2010, Michael Orlitzky did opine thusly: > On 11/24/2010 04:35 PM, Alan McKinnon wrote: > > I need to get to the work CVS server from home. It's not exposed to the > > internet but never fear! we have ssh -L and a convenient sshd host th

Re: [gentoo-user] Accessing CVS on non-standard port

2010-11-25 Thread Michael Orlitzky
On 11/24/2010 04:35 PM, Alan McKinnon wrote: > I need to get to the work CVS server from home. It's not exposed to the > internet but never fear! we have ssh -L and a convenient sshd host that is on > the internets. So, locally > > ssh -Llocalhost::cvs.example.com:22 a...@gateway.example.com

Re: [gentoo-user] Accessing CVS on non-standard port

2010-11-24 Thread Alex Schuster
Adam Carter writes: > Hmm, I don't get it. Why would this .ssh/config not work? > > Host gateway >Hostname gateway.example.com >User alan >LocalForward cvs.example.com:22 > >

Re: [gentoo-user] Accessing CVS on non-standard port

2010-11-24 Thread Adam Carter
> Hmm, I don't get it. Why would this .ssh/config not work? > > Host gateway >Hostname gateway.example.com >User alan >LocalForward cvs.example.com:22 > > Host cvs >Hostname localhost >Port >User alan > > You

Re: [gentoo-user] Accessing CVS on non-standard port

2010-11-24 Thread Alex Schuster
Alan McKinnon writes: > I need to get to the work CVS server from home. It's not exposed to the > internet but never fear! we have ssh -L and a convenient sshd host that is on > the internets. So, locally > > ssh -Llocalhost::cvs.example.com:22 a...@gateway.example.com > > and tell cvs tha

[gentoo-user] Accessing CVS on non-standard port

2010-11-24 Thread Alan McKinnon
I need to get to the work CVS server from home. It's not exposed to the internet but never fear! we have ssh -L and a convenient sshd host that is on the internets. So, locally ssh -Llocalhost::cvs.example.com:22 a...@gateway.example.com and tell cvs that the server is localhost: I do