<?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: Disable or Enable SSH Root Login and Limit SSH Access in Linux	</title>
	<atom:link href="https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 04 May 2023 07:28:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ahmet		</title>
		<link>https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-2006392</link>

		<dc:creator><![CDATA[Ahmet]]></dc:creator>
		<pubDate>Thu, 04 May 2023 07:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1644#comment-2006392</guid>

					<description><![CDATA[Open the &lt;strong&gt;sshd_config&lt;/strong&gt; file.
&lt;pre&gt;
#nano /etc/ssh/sshd_config
&lt;/pre&gt;
add the following configuration.
&lt;pre&gt;
PermitRootLogin yes
KbdInteractiveAuthentication yes
PubkeyAuthentication yes
UseDNS no
&lt;/pre&gt;
and restart the &lt;strong&gt;sshd&lt;/strong&gt; service with the following command.
&lt;pre&gt;
# systemctl restart sshd
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Open the <strong>sshd_config</strong> file.</p>
<pre>
#nano /etc/ssh/sshd_config
</pre>
<p>add the following configuration.</p>
<pre>
PermitRootLogin yes
KbdInteractiveAuthentication yes
PubkeyAuthentication yes
UseDNS no
</pre>
<p>and restart the <strong>sshd</strong> service with the following command.</p>
<pre>
# systemctl restart sshd
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: blackcrack		</title>
		<link>https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-1692405</link>

		<dc:creator><![CDATA[blackcrack]]></dc:creator>
		<pubDate>Thu, 30 Dec 2021 12:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1644#comment-1692405</guid>

					<description><![CDATA[It&#039;s better and more save to use &quot;&lt;strong&gt;screen&lt;/strong&gt;&quot; at the user-account.
&lt;pre&gt;
screen -S root  #(Startsession)
su -
ctrl+ad #(logout)
&lt;/pre&gt;
and get back the session
&lt;pre&gt;
screen -r root
ctrl+ad #(logout)
&lt;/pre&gt;
also possible session with other names mylogin1, mylogin2, mylogin3 to have a multisession with 4/10 sessions over &quot;screen&quot;

test it out and good hack

best
Blackysgate]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s better and more save to use &#8220;<strong>screen</strong>&#8221; at the user-account.</p>
<pre>
screen -S root  #(Startsession)
su -
ctrl+ad #(logout)
</pre>
<p>and get back the session</p>
<pre>
screen -r root
ctrl+ad #(logout)
</pre>
<p>also possible session with other names mylogin1, mylogin2, mylogin3 to have a multisession with 4/10 sessions over &#8220;screen&#8221;</p>
<p>test it out and good hack</p>
<p>best<br />
Blackysgate</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sshUser		</title>
		<link>https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-1393995</link>

		<dc:creator><![CDATA[sshUser]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 20:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1644#comment-1393995</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-1382159&quot;&gt;Srijan Shrestha&lt;/a&gt;.

It comments that specific line/command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-1382159">Srijan Shrestha</a>.</p>
<p>It comments that specific line/command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Srijan Shrestha		</title>
		<link>https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-1382159</link>

		<dc:creator><![CDATA[Srijan Shrestha]]></dc:creator>
		<pubDate>Wed, 28 Oct 2020 11:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1644#comment-1382159</guid>

					<description><![CDATA[What does putting the &lt;strong&gt;‘#‘&lt;/strong&gt; at the beginning actually do?]]></description>
			<content:encoded><![CDATA[<p>What does putting the <strong>‘#‘</strong> at the beginning actually do?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: oldgaro		</title>
		<link>https://www.tecmint.com/disable-or-enable-ssh-root-login-and-limit-ssh-access-in-linux/comment-page-1/#comment-911993</link>

		<dc:creator><![CDATA[oldgaro]]></dc:creator>
		<pubDate>Sat, 09 Sep 2017 12:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1644#comment-911993</guid>

					<description><![CDATA[I prefer creating an ssh group and add to that group and allowing that group on sshd_config, but well same goal achieved either way! 

Great article!]]></description>
			<content:encoded><![CDATA[<p>I prefer creating an ssh group and add to that group and allowing that group on sshd_config, but well same goal achieved either way! </p>
<p>Great article!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
