<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Zoltan Blog &#187; linux</title>
	<atom:link href="http://www.zoltanfagyal.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoltanfagyal.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 07 Jan 2010 03:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to disable root login in Linux</title>
		<link>http://www.zoltanfagyal.com/blog/2008/03/01/how-to-disable-root-login-in-linux/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-disable-root-login-in-linux</link>
		<comments>http://www.zoltanfagyal.com/blog/2008/03/01/how-to-disable-root-login-in-linux/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[disable root]]></category>

		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2008/03/01/how-to-disable-root-login-in-linux/</guid>
		<description><![CDATA[It is a good idea to disable root login for security purposes and use your login name and use sudo to get root privileges.
First of all, make sure you have your own login name and you can get root privileges by using sudo.
So, open up /etc/ssh/sshd_config and comment out
AllowUsers root
so it will look like:
#AllowUsers admin
You [...]
<script type="text/javascript">
SHARETHIS.addEntry(
	{
	title: "How to disable root login in Linux",
	url: "http://www.zoltanfagyal.com/blog/2008/03/01/how-to-disable-root-login-in-linux/"
	}
	
	
);
</script>
	]]></description>
			<content:encoded><![CDATA[<p>It is a good idea to disable root login for security purposes and use your login name and use sudo to get root privileges.</p>
<p>First of all, make sure you have your own login name and you can get root privileges by using sudo.</p>
<p>So, open up /etc/ssh/sshd_config and comment out<br />
<code>AllowUsers root</code></p>
<p>so it will look like:</p>
<p><code>#AllowUsers admin</code></p>
<p>You will need to <a href="http://www.zoltanfagyal.com/blog/2008/03/01/how-to-restart-ssh-restarting-sshd-remotely/">restart sshd</a> in order to have this setting take effect.</p>
<p><a href="http://sharethis.com/item?&wp=2.9.1&amp;publisher=ffb9ede2-c4cf-4886-be36-31f3bd513e64&amp;title=How+to+disable+root+login+in+Linux&amp;url=http%3A%2F%2Fwww.zoltanfagyal.com%2Fblog%2F2008%2F03%2F01%2Fhow-to-disable-root-login-in-linux%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoltanfagyal.com/blog/2008/03/01/how-to-disable-root-login-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
