Markus Schönhaber wrote:
Matt wrote:

I am trying to forward TCP ports over ssh.  I have had
this up and running on three different machines.  Now
they all report the same error:

Matt@aptivaxp ~
$ ssh 5903:localhost:5900 [EMAIL PROTECTED]
ssh: 5903:localhost:5900: no address associated with
hostname.

Try -L:
$ ssh -L 5903:localhost:5900 [EMAIL PROTECTED]
or -R might be the right choice - depending on the direction you want the port to be forwarded.

Regards
  mks


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to