On Monday 31 May, Harry Putnam <[EMAIL PROTECTED]> writes:
>
> Group,
>
> Machine 3 is not accessable by nntp authentication from outside, but
> is accessable from the shell account on machine2.
>
> I want to establish an nntp `tunnel' from machine1 through machine2 to
> machine3. The aim being to read the nntp server on machine3 from my
> home computer machine1.
I use 'datapipe' on such occasions.
It has a simple syntax, involving the target port number, the target
machine, and the source (usually high) port number.
Run 'datapipe 127.0.0.1 119 1199' on machine2.
But I think that is how ssh's seamless X (thanks, guys) works, so
there are probably other ways.
Cheers, Andy!