<?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: 20 Essential SSH Configurations and Security Tips for Linux	</title>
	<atom:link href="https://www.tecmint.com/ssh-security-linux-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ssh-security-linux-tips/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 10 Oct 2025 05:10:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: John J. Smith		</title>
		<link>https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2349508</link>

		<dc:creator><![CDATA[John J. Smith]]></dc:creator>
		<pubDate>Fri, 10 Oct 2025 05:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5819#comment-2349508</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2348424&quot;&gt;Ravi Saive&lt;/a&gt;.

Thanks for listening. I appreciate the update.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2348424">Ravi Saive</a>.</p>
<p>Thanks for listening. I appreciate the update.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2348424</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 06 Oct 2025 08:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5819#comment-2348424</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2347675&quot;&gt;John J. Smith&lt;/a&gt;.

@John,

Thank you for your feedback! I’ve updated the article to include the latest method for changing the SSH port using systemd socket overrides for newer OpenSSH versions, while keeping the traditional &lt;code&gt;sshd_config&lt;/code&gt; method for older setups. I also added notes about the differences in service names between Debian/Ubuntu (&lt;code&gt;ssh&lt;/code&gt;) and RHEL/CentOS (&lt;code&gt;sshd&lt;/code&gt;).

Your input helped make the guide more accurate and up-to-date—much appreciated!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2347675">John J. Smith</a>.</p>
<p>@John,</p>
<p>Thank you for your feedback! I’ve updated the article to include the latest method for changing the SSH port using systemd socket overrides for newer OpenSSH versions, while keeping the traditional <code>sshd_config</code> method for older setups. I also added notes about the differences in service names between Debian/Ubuntu (<code>ssh</code>) and RHEL/CentOS (<code>sshd</code>).</p>
<p>Your input helped make the guide more accurate and up-to-date—much appreciated!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John J. Smith		</title>
		<link>https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-2347675</link>

		<dc:creator><![CDATA[John J. Smith]]></dc:creator>
		<pubDate>Fri, 03 Oct 2025 10:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5819#comment-2347675</guid>

					<description><![CDATA[There are several parts of this article with outdated information.
To change the port, in the latest versions of open-ssh server, it is done through socket configuration. No longer honoring the change of port in the standard sshd_config.

sudo bash -c &#039;cat &#062; /etc/systemd/system/ssh.socket.d/listen.conf &#060;&#060;EOF
[Socket]
ListenStream=
ListenStream=YOUR_NEW_PORT
EOF&#039;

The service is under the name of ssh in Debian/Ubuntu based distros, sshd in RHEL/CentOs based distros.

Please update your article.]]></description>
			<content:encoded><![CDATA[<p>There are several parts of this article with outdated information.<br />
To change the port, in the latest versions of open-ssh server, it is done through socket configuration. No longer honoring the change of port in the standard sshd_config.</p>
<p>sudo bash -c &#8216;cat &gt; /etc/systemd/system/ssh.socket.d/listen.conf &lt;&lt;EOF<br />
[Socket]<br />
ListenStream=<br />
ListenStream=YOUR_NEW_PORT<br />
EOF&#039;</p>
<p>The service is under the name of ssh in Debian/Ubuntu based distros, sshd in RHEL/CentOs based distros.</p>
<p>Please update your article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew		</title>
		<link>https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-1344099</link>

		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Sun, 12 Jul 2020 15:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5819#comment-1344099</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-1300900&quot;&gt;Himanshu Sain&lt;/a&gt;.

sshd_config is for daemon - ssh _server_ process working on host you connect to.

ssh_config is used to set up system-wide default settings for ssh command (ssh-client)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-1300900">Himanshu Sain</a>.</p>
<p>sshd_config is for daemon &#8211; ssh _server_ process working on host you connect to.</p>
<p>ssh_config is used to set up system-wide default settings for ssh command (ssh-client)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Himanshu Sain		</title>
		<link>https://www.tecmint.com/ssh-security-linux-tips/comment-page-1/#comment-1300900</link>

		<dc:creator><![CDATA[Himanshu Sain]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 07:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5819#comment-1300900</guid>

					<description><![CDATA[In &lt;strong&gt;Redhat OS&lt;/strong&gt;, there are 2 files under &lt;strong&gt;/etc/ssh&lt;/strong&gt; i.e &lt;strong&gt;sshd_config&lt;/strong&gt; and &lt;strong&gt;ssh_config&lt;/strong&gt;? What is the difference and what is the use of both files and for what purpose??]]></description>
			<content:encoded><![CDATA[<p>In <strong>Redhat OS</strong>, there are 2 files under <strong>/etc/ssh</strong> i.e <strong>sshd_config</strong> and <strong>ssh_config</strong>? What is the difference and what is the use of both files and for what purpose??</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
