[mythtv-users] Light ncurses frontend

Ozzy Lash ozzy.lash at gmail.com
Wed Mar 5 17:46:04 UTC 2014


It sounds like the original poster has ssh access, so using an ssh tunnel
may work well.  I do this sometimes if I want to schedule something while I
am at work.  I usually do the following:

ssh -L 8080:localhost:80 my.mythtv.server.public.address

And then on the local box point the web browser at
http://localhost:8080/mythweb

(In reality I don't have direct access to my mythtv backend server via ssh,
but to another server box, in that case the command changes to ssh -L
8080:internal.ip.of.mythbackend:80 my.mythtv.server.public.address)

Plumbing like this using ssh tunnels allows you to be able to do some
pretty nice things on your internal network when you are away, with only an
ssh port open.


On Wed, Mar 5, 2014 at 11:33 AM, Chris Lewis <chrislewis915 at gmail.com>wrote:

> Why not just open the HTTP port to your mythweb server and be done with it?
> >
> >
> > With proper user authentication & authorization of course, unless you
> like web crawlers randomly deleting your recordings...
> >
>
> Why not open ssh to the net and then port forward. With proper key
> authentication I'd imagine that is more secure.
> Chris
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140305/bd29d1dd/attachment.html>


More information about the mythtv-users mailing list