<?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 Change SSH Port in Linux	</title>
	<atom:link href="https://www.tecmint.com/change-ssh-port-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/change-ssh-port-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 04 Apr 2023 18:40:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Rick		</title>
		<link>https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1992288</link>

		<dc:creator><![CDATA[Rick]]></dc:creator>
		<pubDate>Tue, 04 Apr 2023 18:40:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28519#comment-1992288</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1772207&quot;&gt;Ezeelogin&lt;/a&gt;.

Try &lt;code&gt;ssh -p 34627 user@&lt;/code&gt; command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1772207">Ezeelogin</a>.</p>
<p>Try <code>ssh -p 34627 user@</code> command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ezeelogin		</title>
		<link>https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1772207</link>

		<dc:creator><![CDATA[Ezeelogin]]></dc:creator>
		<pubDate>Thu, 21 Apr 2022 11:40:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28519#comment-1772207</guid>

					<description><![CDATA[Did all the steps but now I cannot log in to SSH anymore, on port 22 it says connection refused, and on the port, I defined it says connection timed out. Any help on this? Btw I added it on Plesk firewall as both income and outgoing rules and please visit us: &lt;code&gt;https://www.ezeelogin.com&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>Did all the steps but now I cannot log in to SSH anymore, on port 22 it says connection refused, and on the port, I defined it says connection timed out. Any help on this? Btw I added it on Plesk firewall as both income and outgoing rules and please visit us: <code>https://www.ezeelogin.com</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manoj		</title>
		<link>https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1114625</link>

		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Tue, 19 Mar 2019 08:27:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28519#comment-1114625</guid>

					<description><![CDATA[Thanks for the article.

Updated firewall as below for centos7, works smooth.
&lt;pre&gt;
$ sudo firewall-cmd --permanent --zone=public --add-port=34627/tcp
$ sudo firewall-cmd --reload
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article.</p>
<p>Updated firewall as below for centos7, works smooth.</p>
<pre>
$ sudo firewall-cmd --permanent --zone=public --add-port=34627/tcp
$ sudo firewall-cmd --reload
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-970371</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Fri, 16 Feb 2018 08:16:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28519#comment-970371</guid>

					<description><![CDATA[Each open port can be discovered, but adding an obscurity layer makes it harder for bots, for instance, to discover a service running on a well-known or standard port.]]></description>
			<content:encoded><![CDATA[<p>Each open port can be discovered, but adding an obscurity layer makes it harder for bots, for instance, to discover a service running on a well-known or standard port.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LD		</title>
		<link>https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-970247</link>

		<dc:creator><![CDATA[LD]]></dc:creator>
		<pubDate>Thu, 15 Feb 2018 14:20:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28519#comment-970247</guid>

					<description><![CDATA[Security through obscurity is not security. A simple &lt;strong&gt;nmap -sV&lt;/strong&gt; will discover your new ssh port on minutes.]]></description>
			<content:encoded><![CDATA[<p>Security through obscurity is not security. A simple <strong>nmap -sV</strong> will discover your new ssh port on minutes.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
