ssh port forwarding

Markus Schönhaber mks99@t-online.de
Fri Feb 7 07:08:00 GMT 2003


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/



More information about the Cygwin mailing list