Derek is right, a shell script over ssh should do the trick.&nbsp; To allow one box to talk to the other with a password you need to set up an RSA key pair.&nbsp; Look here:<br><br><a href="http://www.cs.umd.edu/~arun/misc/ssh.html">
http://www.cs.umd.edu/~arun/misc/ssh.html</a><br><br>Beyond the initial connection your on your own, there may be some scripting magic needed that is outside my know-how.<br><br>-Eric<br><br><div><span class="gmail_quote">
On 12/19/05, <b class="gmail_sendername">Derek Battams</b> &lt;<a href="mailto:derek@battams.ca">derek@battams.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Quoting Jason Sharpe &lt;<a href="mailto:mythtv.list@gmail.com">mythtv.list@gmail.com</a>&gt;:<br><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Message: 3<br>&gt;&gt; Date: Mon, 19 Dec 2005 00:30:31 -0600<br>&gt;&gt; From: Kevin Kuphal &lt; 
<a href="mailto:kuphal@dls.net">kuphal@dls.net</a>&gt;<br>&gt;&gt; Subject: Re: [mythtv-users] 2 Backends, 1 backend use the serial port<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;of the&nbsp;&nbsp;other?<br>&gt;&gt; To: Discussion about mythtv &lt;<a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a> &gt;<br>&gt;&gt; Message-ID: &lt;<a href="mailto:43A65387.4010406@dls.net">43A65387.4010406@dls.net</a>&gt;<br>&gt;&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>&gt;&gt;<br>
&gt;&gt; Jason Sharpe wrote:<br>&gt;&gt;<br>&lt;snip&gt;<br>&gt;&gt; &gt; Being a linux newbie I am probly asking a basic question, but with the<br>&gt;&gt; &gt; PVR-250 in my slave BE is there a way to have my slave BE use the
<br>&gt;&gt; &gt; serial port on my master BE to blast to control the DishNetwork box?<br><br>Just a quick thought.&nbsp;&nbsp;If you really wanted the master to IR blast for<br>the slave then you could setup the channel change script for the slave
<br>to simply be an ssh /telnet call to the master, which then calls the<br>actual channel change script.&nbsp;&nbsp;It's reliability and responsiveness<br>could be questioned, but assuming it's a wired ethernet connection<br>between the two then I think the call would be reliable.&nbsp;&nbsp;The only draw
<br>back is that it might be a few extra seconds to change channels.<br><br>Just an idea...<br><br>&nbsp;&nbsp;- Derek<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>