[mythtv-users] What should we be testing in 0.23-RC2

Kevin Ross kevin at familyross.net
Thu Apr 15 22:32:29 UTC 2010


> If the backend is on a machine with a only public and localhost
> IP's remote configuration will be disabled. In that case you will
> need to ssh into the machine and either use X forwarding with a
> graphical browser or use a text only browser like lynx to do the
> configuration.
> 
> -- Daniel

A third option is generic ssh port forwarding, and keeping the browser on
the client end.  Something like: 

ssh -L 8080:localhost:80 mythbackendserver

Then on the client machine, just go to http://localhost:8080/




More information about the mythtv-users mailing list