<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Run Remote Commands with SSH</title>
	<atom:link href="http://bashcurescancer.com/run_remote_commands_with_ssh.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html</link>
	<description>Learn the UNIX/Linux command line</description>
	<lastBuildDate>Mon, 06 Jun 2011 01:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Akram</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-47544</link>
		<dc:creator>Akram</dc:creator>
		<pubDate>Thu, 07 Apr 2011 08:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-47544</guid>
		<description>thank you realy nice very helpfull for me
i am new guy to using ssh</description>
		<content:encoded><![CDATA[<p>thank you realy nice very helpfull for me<br />
i am new guy to using ssh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fakharu</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-47397</link>
		<dc:creator>Fakharu</dc:creator>
		<pubDate>Mon, 07 Feb 2011 03:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-47397</guid>
		<description>The execution of commands using ssh can be restricted
by configuring ~/.ssh/environment appropriately</description>
		<content:encoded><![CDATA[<p>The execution of commands using ssh can be restricted<br />
by configuring ~/.ssh/environment appropriately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jered Sutton</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-44413</link>
		<dc:creator>Jered Sutton</dc:creator>
		<pubDate>Thu, 11 Nov 2010 20:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-44413</guid>
		<description>I have found it useful to run commands with escalated permissions in the past. This can be difficult when root login is not permitted. Try ssh user@server &#039;sudo bash -c &quot;echo test&quot;&#039; to execute bash as root from a user login.</description>
		<content:encoded><![CDATA[<p>I have found it useful to run commands with escalated permissions in the past. This can be difficult when root login is not permitted. Try ssh user@server &#8216;sudo bash -c &#8220;echo test&#8221;&#8216; to execute bash as root from a user login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-42846</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 11 Sep 2010 00:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-42846</guid>
		<description>Nice post.</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aom</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-42821</link>
		<dc:creator>aom</dc:creator>
		<pubDate>Thu, 09 Sep 2010 19:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-42821</guid>
		<description>thank is very helpful.</description>
		<content:encoded><![CDATA[<p>thank is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sinbad</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-41863</link>
		<dc:creator>sinbad</dc:creator>
		<pubDate>Tue, 20 Jul 2010 16:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-41863</guid>
		<description>We are trying to run a script from a Linux server. this script is for running a service and to do this automatically, we use a job scheduler (Maestro) if you&#039;re familiar with it. The job can run successfully but the service has not started, the script was not called. any idea on this? here&#039;s our script:

ssh devserver /opt/appserver/bea/user_projects/domains/dlg06app-d04/bin/stopManagedWebLogic.sh
 where
devserver is the server
/opt/appserver/bea/user_projects/domains/dlg06app-d04/bin/ is the path to the script
stopManagedWebLogic.sh is the script we need to call

any help will be much appreciated. thanks!</description>
		<content:encoded><![CDATA[<p>We are trying to run a script from a Linux server. this script is for running a service and to do this automatically, we use a job scheduler (Maestro) if you&#8217;re familiar with it. The job can run successfully but the service has not started, the script was not called. any idea on this? here&#8217;s our script:</p>
<p>ssh devserver /opt/appserver/bea/user_projects/domains/dlg06app-d04/bin/stopManagedWebLogic.sh<br />
 where<br />
devserver is the server<br />
/opt/appserver/bea/user_projects/domains/dlg06app-d04/bin/ is the path to the script<br />
stopManagedWebLogic.sh is the script we need to call</p>
<p>any help will be much appreciated. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Pellegrini</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-38191</link>
		<dc:creator>Dennis Pellegrini</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-38191</guid>
		<description>I am trying to use ssh to execute a command on hundreds of servers from within a shell script and would like to be able to execute the command without having to enter a password and I can&#039;t feasably set keys on all the servers.  Is there a way around that or am I dead in the water?

Thanks - Dennis</description>
		<content:encoded><![CDATA[<p>I am trying to use ssh to execute a command on hundreds of servers from within a shell script and would like to be able to execute the command without having to enter a password and I can&#8217;t feasably set keys on all the servers.  Is there a way around that or am I dead in the water?</p>
<p>Thanks &#8211; Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock Noland</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-34355</link>
		<dc:creator>Brock Noland</dc:creator>
		<pubDate>Thu, 10 Dec 2009 00:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-34355</guid>
		<description>pgrep is not available everywhere, but yes you can use pgrep if available...  The purpose of this article was ssh, not process listings.

Please see my article which covers &lt;a href=&quot;http://bashcurescancer.com/10-linux-commands-youve-never-used.html&quot; rel=&quot;nofollow&quot;&gt;pgrep&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>pgrep is not available everywhere, but yes you can use pgrep if available&#8230;  The purpose of this article was ssh, not process listings.</p>
<p>Please see my article which covers <a href="http://bashcurescancer.com/10-linux-commands-youve-never-used.html" rel="nofollow">pgrep</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-34346</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-34346</guid>
		<description>How about replacing 

ssh root@www &#039;ps -ef &#124; grep apache &#124; grep -v grep &#124; wc -l&#039;

with pgrep -c apache</description>
		<content:encoded><![CDATA[<p>How about replacing </p>
<p>ssh root@www &#8216;ps -ef | grep apache | grep -v grep | wc -l&#8217;</p>
<p>with pgrep -c apache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock Noland</title>
		<link>http://bashcurescancer.com/run_remote_commands_with_ssh.html/comment-page-1#comment-33970</link>
		<dc:creator>Brock Noland</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/run_remote_commands_with_ssh.html#comment-33970</guid>
		<description>vikrant,

Are you provided ANY access to the server?  If so, what?  If not, this is not possible.</description>
		<content:encoded><![CDATA[<p>vikrant,</p>
<p>Are you provided ANY access to the server?  If so, what?  If not, this is not possible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.837 seconds -->
<!-- Cached page served by WP-Cache -->

