On 9/16/07, <b class="gmail_sendername">Peter Watkins</b> &lt;<a href="mailto:peterw@tux.org">peterw@tux.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Sep 16, 2007 at 08:47:24PM -0700, Doug Young wrote:<br>&gt; OK...in a terminal window on the backend:<br>&gt;<br>&gt; [user@backend]$ xhost+<br>&gt; [user@backend]$ ssh frontend<br>&gt; [user@frontend]$ export DISPLAY=backend:0
<br>&gt; [user@frontend]$ nvidia-settings --ctrl-display=:0<br>&gt;<br>&gt; That should do the trick...does for me.<br><br>You mean &quot;xhost +&quot;. &quot;xhost +frontend&quot; would be better, but that&#39;s a<br>horribly insecure technique and should only be used if you trust every
<br>other device on your network *and* you&#39;ve given up on making SSH&#39;s X<br>tunneling work properly. And even then, you should run &quot;xhost -&quot; on<br>backend to close the hole once you&#39;re done.<br><br>(Hopefully this wouldn&#39;t even work; hopefully backend would be
<br>running a packet filter &quot;firewall&quot; that would block incoming<br>connection attempts to TCP/6000 *and* would run X11 on Unix sockets<br>instead of TCP sockets. Doug, are you really running a distro whose<br>X server listens for TCP connections?)
<br><br>-Peter<br></blockquote></div><br>Yes, and no...<br><br>All my machines sit behind a firewall that I trust (except the firewall itself)...so yes, I trust all 13 machines on my -intranet-.&nbsp; I honestly see very little reason to encrypt traffic between my television machines.&nbsp; My personal data is plenty protected...the worst someone is going to do is break into my database and make me miss a couple episodes of Bones...I think I might live through that.
<br><br>Honestly, in the 4 years since I set it up, my intranet has been intrusion free (my firewall has been probed, prodded, and poked a few times, but that&#39;s about it) and virus free.&nbsp; That&#39;s 10 windows boxen and 3 Linux (plus the firewall, but I count that different because for all it&#39;s a box, it&#39;s more an appliance than a machine that gets used).&nbsp; I don&#39;t run much internal security, because I want to see what my kids are doing, I want to be able to look over their shoulders via VNC, etc.&nbsp; If I want to come -in- from the outside, I use SSH tunnels to get through the firewall, but internally, we&#39;re trusted.
<br><br>Make sense?<br>-- <br>Doug<br><br>