<?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: How to Install OpenSSH Server In Linux	</title>
	<atom:link href="https://www.tecmint.com/install-openssh-server-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-openssh-server-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 24 Apr 2023 05:33:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Soni		</title>
		<link>https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-874976</link>

		<dc:creator><![CDATA[Ravi Soni]]></dc:creator>
		<pubDate>Sun, 12 Mar 2017 07:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4724#comment-874976</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-874971&quot;&gt;Ravi Soni&lt;/a&gt;.

I think you article is missing that the port you change to should be open first to connect from outside, it could lock down servers for newbies.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-874971">Ravi Soni</a>.</p>
<p>I think you article is missing that the port you change to should be open first to connect from outside, it could lock down servers for newbies.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Soni		</title>
		<link>https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-874971</link>

		<dc:creator><![CDATA[Ravi Soni]]></dc:creator>
		<pubDate>Sun, 12 Mar 2017 07:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4724#comment-874971</guid>

					<description><![CDATA[Hey,

Trouble here .. : (

After I changed the ssh port to 13 I&#039;m not able to login via putty (Connection timeout error) what to do now ? 

Command  : &lt;strong&gt;nc -v -z 127.0.0.1 13&lt;/strong&gt;
Ran succeed..]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>Trouble here .. : (</p>
<p>After I changed the ssh port to 13 I&#8217;m not able to login via putty (Connection timeout error) what to do now ? </p>
<p>Command  : <strong>nc -v -z 127.0.0.1 13</strong><br />
Ran succeed..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-459570</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 22 Jan 2015 07:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4724#comment-459570</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-459249&quot;&gt;clay&lt;/a&gt;.

@Clay,
Surely, we will come up with a SSH security article soon, stay tuned for that..till then keep reading..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-459249">clay</a>.</p>
<p>@Clay,<br />
Surely, we will come up with a SSH security article soon, stay tuned for that..till then keep reading..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: clay		</title>
		<link>https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-459249</link>

		<dc:creator><![CDATA[clay]]></dc:creator>
		<pubDate>Thu, 22 Jan 2015 00:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4724#comment-459249</guid>

					<description><![CDATA[nice simple article. I would go into a little more detail about why to and why not to change the port. This is a very debated thing.]]></description>
			<content:encoded><![CDATA[<p>nice simple article. I would go into a little more detail about why to and why not to change the port. This is a very debated thing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rockwallably		</title>
		<link>https://www.tecmint.com/install-openssh-server-in-linux/comment-page-1/#comment-320120</link>

		<dc:creator><![CDATA[rockwallably]]></dc:creator>
		<pubDate>Fri, 03 Oct 2014 12:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4724#comment-320120</guid>

					<description><![CDATA[One problem I notice with your post is that you say &#039;How Do I Connect to OpenSSH&#039; and then you promptly say &#039;Before we go further, we need to verify....&#039; and then you proceed to give your conclusion without ever detailing anything about how to connect.

You simply show how to verify via netcat and then talk about a nice banner.

Please tell me my eyes don&#039;t fail me ?

I think you should provide a lot more detail and examples for this post to be of any value.]]></description>
			<content:encoded><![CDATA[<p>One problem I notice with your post is that you say &#8216;How Do I Connect to OpenSSH&#8217; and then you promptly say &#8216;Before we go further, we need to verify&#8230;.&#8217; and then you proceed to give your conclusion without ever detailing anything about how to connect.</p>
<p>You simply show how to verify via netcat and then talk about a nice banner.</p>
<p>Please tell me my eyes don&#8217;t fail me ?</p>
<p>I think you should provide a lot more detail and examples for this post to be of any value.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
