<?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>CodingExperiments.com &#187; Rants</title>
	<atom:link href="http://codingexperiments.com/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingexperiments.com</link>
	<description>$ sudo make money</description>
	<lastBuildDate>Wed, 07 Apr 2010 02:53:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Sudo: Not secure enough</title>
		<link>http://codingexperiments.com/sudo-not-secure-enough/</link>
		<comments>http://codingexperiments.com/sudo-not-secure-enough/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 18:19:12 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/archives/18</guid>
		<description><![CDATA[UPDATE: I really don&#8217;t think that this is a problem anymore. I think that this is a rather silly post. Please ignore it. This post assumes that you know a few things about Unix-based operating systems. You will need to know about su and sudo as well as what the root or superuser is. Some [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: I really don&#8217;t think that this is a problem anymore. I think that this is a rather silly post. Please ignore it.</p>
<p><span style="text-decoration: line-through;">This post assumes that you know a few things about Unix-based operating systems. You will need to know about <a href="http://en.wikipedia.org/wiki/Su_%28Unix%29">su</a> and <a href="http://en.wikipedia.org/wiki/Sudo">sudo</a> as well as what the root or <a href="http://en.wikipedia.org/wiki/Superuser">superuser</a> is.</span></p>
<p><span style="text-decoration: line-through;">Some people know this, and some people don&#8217;t. On Ubuntu-based systems, by default, the root user has a complex, randomly generated password and is generally not used. The idea is to have a &#8220;sudo-capable&#8221; user that is able to do root tasks with the &#8220;sudo&#8221; command. It allows you to be root for one command and requests <em>your</em> password instead of the root password. That way, the root password isn&#8217;t shared. If a virus attempts to use sudo, it meets a password dialog.</span></p>
<p><span style="text-decoration: line-through;">If you try to use su, which basically gives you the terminal of another user, you have to type their password. If you try to use su to be root, you would have to know the complex root password. This isn&#8217;t so if you type &#8220;sudo su&#8221;. That gives you the root terminal without requiring the complex password.</span></p>
<p><span style="text-decoration: line-through;">I think that this is a minor security flaw as it defeats the point of the complex random password that is set to the root user by default.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/sudo-not-secure-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

