Wheel-reinvention with Python

Cliff Wells cliff at develix.com
Sun Jul 31 21:17:20 EDT 2005


On Sun, 2005-07-31 at 17:45 -0700, Paul Rubin wrote:
> Cliff Wells <cliff at develix.com> writes:
> > > The usual way to do that is with a web GUI, but nothing stops you from
> > > running Tkinter on a Unix server through a remote X connection.
> > 
> > Of course not, but unless the servers are on a trusted network and use
> > an authentication scheme such as kerberos, you are asking for trouble.
> 
> If it's for sensitive stuff normally you'd use https.

Hm, I haven't tried piping X over https... I wasn't even aware it was
possible... do you have a link I can check this out on?

Also, why not just stunnel or ssh -Y instead?

Cliff 

-- 
cliff at develix.com
http://www.develix.com :: Web applications and hosting :: Linux, PostgreSQL and Python specialists ::





More information about the Python-list mailing list