On Mon, May 01, 2000 at 01:28:28PM -0600, Dan O'Reilly wrote:
> > > 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?
> >Yes, but you're missing part of the syntax:
> ># ssh sluf -l user -L 110:raptor:110 raptor
> I'm missing something: why the extra "raptor" at the end?
I hate explaining local forwarding.. :)
Seriously, what you're doing is:
# ssh [-l username] -L localport:hosttoforwardto:remoteport hosttoconnectto
In your case, the hosttoforwardto and the hosttoconnectto are the same.
-Anne
------------------------------------------------------------------------
Anne Carasik, Principal Consultant | Any two consenting adults can rub
SSH Communications Security, Inc. | two primes together to create
Email: [EMAIL PROTECTED] | a public keypair" - R. Thayer
------------------------------------------------------------------------
My opinions are my own. My employer doesn't want them.