This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh port forwarding


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 administrator@XX.XX.XX.XX
ssh: 5903:localhost:5900: no address associated with
hostname.

Try -L:
$ ssh -L 5903:localhost:5900 administrator@XX.XX.XX.XX
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]