[mythtv-users] How do I access a forwarded port on Box A from Box B?

Robert Tsai mythtv at tsaiberspace.net
Sun Jun 18 01:44:03 UTC 2006


On Sat, Jun 17, 2006 at 04:54:50PM -0400, Richard Bronosky wrote:
> On 6/17/06, Robert Tsai <mythtv at tsaiberspace.net> wrote:
> > This is in the ssh man page:
> >
> >         -R [bind_address:]port:host:hostport
> >
> > so you probably want:
> >
> >         ssh ... -R 0.0.0.0:8080:localhost:80
> 
> That doesn't work for me. I have:
>      -R port:host:hostport

You could try downloading and compiling OpenSSH for yourself, then. I
have:

OpenSSH_4.1p1 Debian-7ubuntu4.1, OpenSSL 0.9.7g 11 Apr 2005
usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
           [-D port] [-e escape_char] [-F configfile]
           [-i identity_file] [-L [bind_address:]port:host:hostport]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-R [bind_address:]port:host:hostport] [-S ctl_path]
           [user@]hostname [command]

--Rob


More information about the mythtv-users mailing list