People should disclaim which shell (type, version) is working with the different solutions offered.  I'm curious to see how much variety there is...  The version of /bin/sh or the remote user's SHELL as defined in /etc/password on the far end may be relevant. <br>
<br>-Rob<br><br><div class="gmail_quote">On Fri, Jun 17, 2011 at 2:28 PM, Paul Fierro <span dir="ltr"><<a href="mailto:pablo@freefill.com">pablo@freefill.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On 6/17/11 6:17 AM, Scott Raun <<a href="mailto:sraun@fireopal.org">sraun@fireopal.org</a>> wrote:<br>
<br>
> On Thu, Jun 16, 2011 at 11:56:14PM -0500, Paul Fierro wrote:<br>
>> Hi,<br>
>><br>
>> Trying to run this but it isn't working - I'm suspecting it's the quotes:<br>
>><br>
>> $ ssh machine1 "ssh machine2 "mysql -e "show databases"""<br>
>><br>
>> I tried various combinations of single and double quotes as well as<br>
>> backslashes. Can anyone help?<br>
><br>
> I saw that you got it working, but as an alternative, does this work?<br>
><br>
> $ ssh machine1 "ssh machine2 "mysql -e show\ databases""<br>
<br>
Didn't work for me, but thanks for offering another alternative.<br>
<br>
Paul<br>
<br>
<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div><br>