<?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: DSH (Distributed Shell) &#8211; Run Commands on Multiple Linux Servers	</title>
	<atom:link href="https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 19 Jan 2024 04:52:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: matish		</title>
		<link>https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-1221209</link>

		<dc:creator><![CDATA[matish]]></dc:creator>
		<pubDate>Fri, 09 Aug 2019 10:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4524#comment-1221209</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108&quot;&gt;nakul&lt;/a&gt;.

you can use  &quot;&lt;strong&gt;StrictHostKeyChecking=no&lt;/strong&gt;&quot; in your &lt;strong&gt;/etc/ssh/sshd.config&lt;/strong&gt; and restart the sshd and run the dsh command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108">nakul</a>.</p>
<p>you can use  &#8220;<strong>StrictHostKeyChecking=no</strong>&#8221; in your <strong>/etc/ssh/sshd.config</strong> and restart the sshd and run the dsh command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kai keliikuli		</title>
		<link>https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-851956</link>

		<dc:creator><![CDATA[kai keliikuli]]></dc:creator>
		<pubDate>Thu, 22 Dec 2016 20:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4524#comment-851956</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108&quot;&gt;nakul&lt;/a&gt;.

echo &quot;StrictHostKeyChecking no&quot; &#062;&#062; ~/.ssh/config
and then connect to your thousand servers. 
They&#039;ll end up in known hosts
and then remove that line from ~/.ssh/config]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108">nakul</a>.</p>
<p>echo &#8220;StrictHostKeyChecking no&#8221; &gt;&gt; ~/.ssh/config<br />
and then connect to your thousand servers.<br />
They&#8217;ll end up in known hosts<br />
and then remove that line from ~/.ssh/config</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: n2o		</title>
		<link>https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-819564</link>

		<dc:creator><![CDATA[n2o]]></dc:creator>
		<pubDate>Tue, 20 Sep 2016 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4524#comment-819564</guid>

					<description><![CDATA[The -c command does not mean &quot;command to be executed&quot;. According to the manual, it means &quot;concurrent shell&quot;.

--concurrent-shell &#124; -c
Executes shell concurrently.

See http://pwet.fr/man/linux/commandes/dsh]]></description>
			<content:encoded><![CDATA[<p>The -c command does not mean &#8220;command to be executed&#8221;. According to the manual, it means &#8220;concurrent shell&#8221;.</p>
<p>&#8211;concurrent-shell | -c<br />
Executes shell concurrently.</p>
<p>See <a target="_blank" href="http://pwet.fr/man/linux/commandes/dsh" rel="nofollow ugc">http://pwet.fr/man/linux/commandes/dsh</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew DeFaria		</title>
		<link>https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-799074</link>

		<dc:creator><![CDATA[Andrew DeFaria]]></dc:creator>
		<pubDate>Thu, 14 Jul 2016 00:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4524#comment-799074</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108&quot;&gt;nakul&lt;/a&gt;.

Well if you set config for ssh to auto accept new known_hosts and establish pre-shared ssh keys then there&#039;s no prompting at all!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108">nakul</a>.</p>
<p>Well if you set config for ssh to auto accept new known_hosts and establish pre-shared ssh keys then there&#8217;s no prompting at all!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776263</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 04 May 2016 05:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4524#comment-776263</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108&quot;&gt;nakul&lt;/a&gt;.

@Nakul,

Then you should go for &lt;a href=&quot;http://www.tecmint.com/copy-files-to-multiple-linux-servers/&quot; target=&quot;_blank&quot;&gt;Pscp tool&lt;/a&gt; to achieve the same]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/using-dsh-distributed-shell-to-run-linux-commands-across-multiple-machines/comment-page-1/#comment-776108">nakul</a>.</p>
<p>@Nakul,</p>
<p>Then you should go for <a target="_blank" href="http://www.tecmint.com/copy-files-to-multiple-linux-servers/" target="_blank">Pscp tool</a> to achieve the same</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
