<?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 Fail2Ban to Protect SSH on CentOS/RHEL 8	</title>
	<atom:link href="https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 23 Oct 2020 23:21:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Anon		</title>
		<link>https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1379885</link>

		<dc:creator><![CDATA[Anon]]></dc:creator>
		<pubDate>Fri, 23 Oct 2020 23:21:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34407#comment-1379885</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1368191&quot;&gt;@benjamenmeyer&lt;/a&gt;.

Agree 100%. 

Two entirely different issues here.  2FA is always the best practice, but SSH is just one service.

2FA won&#039;t protect the other public-facing services you may be running from a brute-force attack.  Fail2ban does that quite well.  The fact that it&#039;s been around a long time isn&#039;t relevant.  It works.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1368191">@benjamenmeyer</a>.</p>
<p>Agree 100%. </p>
<p>Two entirely different issues here.  2FA is always the best practice, but SSH is just one service.</p>
<p>2FA won&#8217;t protect the other public-facing services you may be running from a brute-force attack.  Fail2ban does that quite well.  The fact that it&#8217;s been around a long time isn&#8217;t relevant.  It works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: @benjamenmeyer		</title>
		<link>https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1368191</link>

		<dc:creator><![CDATA[@benjamenmeyer]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 18:26:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34407#comment-1368191</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1264734&quot;&gt;Jani&lt;/a&gt;.

fail2ban is one of several tools for securing a system, and it doesn&#039;t just apply to SSH.

Yes, use 2FA; but still, use fail2ban as it helps limit the number of attempts in breaking in. However old it may be, it&#039;s still a key tool in security.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1264734">Jani</a>.</p>
<p>fail2ban is one of several tools for securing a system, and it doesn&#8217;t just apply to SSH.</p>
<p>Yes, use 2FA; but still, use fail2ban as it helps limit the number of attempts in breaking in. However old it may be, it&#8217;s still a key tool in security.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1266146</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 11 Oct 2019 04:23:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34407#comment-1266146</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1264734&quot;&gt;Jani&lt;/a&gt;.

@Jani,

I agree with you, &lt;strong&gt;Fail2ban&lt;/strong&gt; is an older way to secure SSH, the best way to have a two-factor google-authenticator as explained here: &lt;a href=&quot;https://www.tecmint.com/ssh-two-factor-authentication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;How to Setup Two-Factor Authentication (Google Authenticator) for SSH Logins&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1264734">Jani</a>.</p>
<p>@Jani,</p>
<p>I agree with you, <strong>Fail2ban</strong> is an older way to secure SSH, the best way to have a two-factor google-authenticator as explained here: <a target="_blank" href="https://www.tecmint.com/ssh-two-factor-authentication/" rel="noopener noreferrer" target="_blank">How to Setup Two-Factor Authentication (Google Authenticator) for SSH Logins</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jani		</title>
		<link>https://www.tecmint.com/install-fail2ban-to-protect-ssh-on-centos-rhel/comment-page-1/#comment-1264734</link>

		<dc:creator><![CDATA[Jani]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 07:16:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34407#comment-1264734</guid>

					<description><![CDATA[&lt;strong&gt;Fail2ban&lt;/strong&gt; is a way too old method to use for security. You should always use ssh-keys and (google) authenticator if you use ssh from the internet (less than 5 minutes to setup). And just change the default port to something else so your logs won&#039;t get full of script-kiddies try-outs.]]></description>
			<content:encoded><![CDATA[<p><strong>Fail2ban</strong> is a way too old method to use for security. You should always use ssh-keys and (google) authenticator if you use ssh from the internet (less than 5 minutes to setup). And just change the default port to something else so your logs won&#8217;t get full of script-kiddies try-outs.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
