<?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 Secure and Harden OpenSSH Server	</title>
	<atom:link href="https://www.tecmint.com/secure-openssh-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/secure-openssh-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 26 Oct 2020 18:49:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: me		</title>
		<link>https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1381359</link>

		<dc:creator><![CDATA[me]]></dc:creator>
		<pubDate>Mon, 26 Oct 2020 18:49:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38480#comment-1381359</guid>

					<description><![CDATA[another tip: don&#039;t use multiple years old version of security software, which normally has better defaults]]></description>
			<content:encoded><![CDATA[<p>another tip: don&#8217;t use multiple years old version of security software, which normally has better defaults</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ievgen Sobko		</title>
		<link>https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1349531</link>

		<dc:creator><![CDATA[Ievgen Sobko]]></dc:creator>
		<pubDate>Sun, 02 Aug 2020 07:27:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38480#comment-1349531</guid>

					<description><![CDATA[I think there is one misunderstanding in alive intervals that I also had.

Simply setting some `&lt;strong&gt;ClientAliveInterval&lt;/strong&gt;` setting to value for instance to &lt;strong&gt;180&lt;/strong&gt; doesn&#039;t mean connection will be dropped after not receiving a response in 180 seconds or 3 minutes.

Here comes in play another option `&lt;strong&gt;ClientAliveCountMax&lt;/strong&gt;` which is by default set to &lt;strong&gt;3&lt;/strong&gt; so actual drop time will be evaluated as the multiplication of both these values.

So in this example client will drop the connection, not after 3 minutes but 9.

The same applies to `&lt;strong&gt;ServerAliveInterval&lt;/strong&gt;` and `&lt;strong&gt;ServerAliveCountMax&lt;/strong&gt;`.]]></description>
			<content:encoded><![CDATA[<p>I think there is one misunderstanding in alive intervals that I also had.</p>
<p>Simply setting some `<strong>ClientAliveInterval</strong>` setting to value for instance to <strong>180</strong> doesn&#8217;t mean connection will be dropped after not receiving a response in 180 seconds or 3 minutes.</p>
<p>Here comes in play another option `<strong>ClientAliveCountMax</strong>` which is by default set to <strong>3</strong> so actual drop time will be evaluated as the multiplication of both these values.</p>
<p>So in this example client will drop the connection, not after 3 minutes but 9.</p>
<p>The same applies to `<strong>ServerAliveInterval</strong>` and `<strong>ServerAliveCountMax</strong>`.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1344228</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 13 Jul 2020 05:00:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38480#comment-1344228</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1343792&quot;&gt;MrCalvin&lt;/a&gt;.

@MrCalvin,

Yes, in the latest version of SSH, the protocol v.1 is no longer supported, it comes with protocol 2 only...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1343792">MrCalvin</a>.</p>
<p>@MrCalvin,</p>
<p>Yes, in the latest version of SSH, the protocol v.1 is no longer supported, it comes with protocol 2 only&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MrCalvin		</title>
		<link>https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1343792</link>

		<dc:creator><![CDATA[MrCalvin]]></dc:creator>
		<pubDate>Sat, 11 Jul 2020 11:10:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38480#comment-1343792</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1343696&quot;&gt;James Kiarie&lt;/a&gt;.

I get the error &quot;&lt;strong&gt;SSH protocol v.1 is no longer supported&lt;/strong&gt;&quot; ;-)

So I guess you don&#039;t have to bother about SSH protocol versions, at least on Debian 10/Buster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1343696">James Kiarie</a>.</p>
<p>I get the error &#8220;<strong>SSH protocol v.1 is no longer supported</strong>&#8221; ;-)</p>
<p>So I guess you don&#8217;t have to bother about SSH protocol versions, at least on Debian 10/Buster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zaheer Abbas		</title>
		<link>https://www.tecmint.com/secure-openssh-server/comment-page-1/#comment-1343773</link>

		<dc:creator><![CDATA[Zaheer Abbas]]></dc:creator>
		<pubDate>Sat, 11 Jul 2020 08:16:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38480#comment-1343773</guid>

					<description><![CDATA[Beautiful. 

Please post a tutorial on how to automate this process on multiple servers via ansible. 

Cheers!]]></description>
			<content:encoded><![CDATA[<p>Beautiful. </p>
<p>Please post a tutorial on how to automate this process on multiple servers via ansible. </p>
<p>Cheers!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
