<?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 Disable SSH Root Login in Linux	</title>
	<atom:link href="https://www.tecmint.com/disable-ssh-root-login-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/disable-ssh-root-login-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 11 Jul 2020 21:46:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Mostafa		</title>
		<link>https://www.tecmint.com/disable-ssh-root-login-in-linux/comment-page-1/#comment-1343993</link>

		<dc:creator><![CDATA[Mostafa]]></dc:creator>
		<pubDate>Sat, 11 Jul 2020 21:46:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28230#comment-1343993</guid>

					<description><![CDATA[I really can&#039;t understand it, I&#039;ve tried to access another machine using ssh, and it required the machine password I added it and that&#039;s it, now I made &lt;code&gt;PermitRootLogin no&lt;/code&gt;, saved it and restarted the ssh, and tried to log in with root again: added the password and I connected just as if nothing changed ....and it worked just fine without any problems!]]></description>
			<content:encoded><![CDATA[<p>I really can&#8217;t understand it, I&#8217;ve tried to access another machine using ssh, and it required the machine password I added it and that&#8217;s it, now I made <code>PermitRootLogin no</code>, saved it and restarted the ssh, and tried to log in with root again: added the password and I connected just as if nothing changed &#8230;.and it worked just fine without any problems!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Spike White		</title>
		<link>https://www.tecmint.com/disable-ssh-root-login-in-linux/comment-page-1/#comment-955276</link>

		<dc:creator><![CDATA[Spike White]]></dc:creator>
		<pubDate>Fri, 29 Dec 2017 03:16:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28230#comment-955276</guid>

					<description><![CDATA[Additioonally, you can edit the &lt;strong&gt;/etc/security/access.conf&lt;/strong&gt; file.
&lt;pre&gt;
-:root:ALL ecept LOCAL
&lt;/pre&gt;
disallows all remote logins, but allows local (console) logins.]]></description>
			<content:encoded><![CDATA[<p>Additioonally, you can edit the <strong>/etc/security/access.conf</strong> file.</p>
<pre>
-:root:ALL ecept LOCAL
</pre>
<p>disallows all remote logins, but allows local (console) logins.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
