<br><br><div class="gmail_quote">On Thu, Jun 2, 2011 at 9:16 AM, Brian Gibson <span dir="ltr">&lt;<a href="mailto:bwg1974@yahoo.com">bwg1974@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It looks like specifying the full path to ssh did it.  Duh.  I&#39;m just surprised<br>
it silently failed since output was being redirected to a file.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div> If you want errors to go to the log file you need to redirect stderr to stdout. (Shell errors generally go to stderr, file descriptor 2, not stdout, file descriptor 1.) Add 2&gt;&amp;1 to end of the cron definition.</div>
<div><br></div><div>-jacob</div></div><br>