On Mon, May 01, 2000 at 10:32:41AM -0600, Dan O'Reilly wrote:
> What should this command do, exactly:
> 
> 
> ssh sluf -l user -L 110:raptor:110
> 
> I am assuming (this is SSH1, by the way), that it should forward any
> connction to sluf port 110 to raptor port 110.
> 
> Is that correct?

no, this is not correct.

the ssh connection is between localhost and sluf.

connects to localhost port 110 are tunneled throught this
ssh connection to raptor port 110.

note that the name 'raport' is interpreted on host 'sluf'.

-markus

Reply via email to