<?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: Shell In A Box &#8211; A Web-Based SSH Terminal to Access Linux via Browser	</title>
	<atom:link href="https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 21 Dec 2023 12:45:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: mgolusin		</title>
		<link>https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2117833</link>

		<dc:creator><![CDATA[mgolusin]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 12:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4312#comment-2117833</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-1335698&quot;&gt;GBU Wally&lt;/a&gt;.

Do you know the exact command to avoid login?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-1335698">GBU Wally</a>.</p>
<p>Do you know the exact command to avoid login?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jack		</title>
		<link>https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2071749</link>

		<dc:creator><![CDATA[jack]]></dc:creator>
		<pubDate>Tue, 19 Sep 2023 05:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4312#comment-2071749</guid>

					<description><![CDATA[It&#039;s a very useful article for me who wants to make an IDE for a program language platform on the web.

But How do you describe how to make it using a thin client PC via the web?

Thanks.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a very useful article for me who wants to make an IDE for a program language platform on the web.</p>
<p>But How do you describe how to make it using a thin client PC via the web?</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2014784</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 16 May 2023 08:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4312#comment-2014784</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2014777&quot;&gt;UZI&lt;/a&gt;.

@Ujlain,

You need to specify both port numbers in the &lt;strong&gt;sshd_config&lt;/strong&gt; file, and use the port number to access the SSH, like:
&lt;pre&gt;
$ ssh user@baeldung -p 12344
Or
$ ssh user@baeldung -p 22
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2014777">UZI</a>.</p>
<p>@Ujlain,</p>
<p>You need to specify both port numbers in the <strong>sshd_config</strong> file, and use the port number to access the SSH, like:</p>
<pre>
$ ssh user@baeldung -p 12344
Or
$ ssh user@baeldung -p 22
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: UZI		</title>
		<link>https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2014777</link>

		<dc:creator><![CDATA[UZI]]></dc:creator>
		<pubDate>Tue, 16 May 2023 08:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4312#comment-2014777</guid>

					<description><![CDATA[I have two SSH services on same IP i.e on port 22 &#038; 12344. Whenever I try to connect &lt;code&gt;https://localhost:23167&lt;/code&gt;, I get connected to SSH server running on port 22. How do I connect to SSH services on port 12344? 

Kindly suggest.]]></description>
			<content:encoded><![CDATA[<p>I have two SSH services on same IP i.e on port 22 &amp; 12344. Whenever I try to connect <code>https://localhost:23167</code>, I get connected to SSH server running on port 22. How do I connect to SSH services on port 12344? </p>
<p>Kindly suggest.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-1981008</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 10 Mar 2023 05:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4312#comment-1981008</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-1980624&quot;&gt;Porky P&lt;/a&gt;.

@Porky,

I have used the &lt;a href=&quot;https://www.tecmint.com/12-top-command-examples-in-linux/&quot; title=&quot;Top Command Examples in Linux&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;top command&lt;/a&gt;, which is a Linux command line tool that prints actively running Linux processes on the system.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-1980624">Porky P</a>.</p>
<p>@Porky,</p>
<p>I have used the <a target="_blank" href="https://www.tecmint.com/12-top-command-examples-in-linux/" title="Top Command Examples in Linux" rel="noopener" target="_blank">top command</a>, which is a Linux command line tool that prints actively running Linux processes on the system.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
