<?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"
	>
<channel>
	<title>Comments on: Hardening a Linux server in 10 minutes</title>
	<atom:link href="http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/</link>
	<description>We only do fun stuff.</description>
	<pubDate>Fri, 10 Oct 2008 21:44:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Blue Net Support &#187; Blog Archive &#187; Hardening a Linux Server in 10 Minutes</title>
		<link>http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-408376</link>
		<dc:creator>Blue Net Support &#187; Blog Archive &#187; Hardening a Linux Server in 10 Minutes</dc:creator>
		<pubDate>Tue, 08 Jan 2008 14:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-408376</guid>
		<description>&lt;p&gt;[...] Mar  1 16:14:18 CET 2006 (as copied from : http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/ ) Did you know that a freshly installed Linux server can be hardened in less than 10 minutes? Heres [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Mar  1 16:14:18 CET 2006 (as copied from : <a href="http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/" rel="nofollow">http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/</a> ) Did you know that a freshly installed Linux server can be hardened in less than 10 minutes? Heres [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: random reader</title>
		<link>http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-342520</link>
		<dc:creator>random reader</dc:creator>
		<pubDate>Thu, 04 Oct 2007 10:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-342520</guid>
		<description>&lt;p&gt;For god sakes, stop abusing the term "hardening" in such a vague context. Stopping and starting services has nothing to do with the term.&lt;/p&gt;

&lt;p&gt;And for god sakes, learn to configure a firewall by its fundamental principle: first drop everything, then allow.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For god sakes, stop abusing the term &#8220;hardening&#8221; in such a vague context. Stopping and starting services has nothing to do with the term.</p>

<p>And for god sakes, learn to configure a firewall by its fundamental principle: first drop everything, then allow.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gmiga</title>
		<link>http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-4721</link>
		<dc:creator>gmiga</dc:creator>
		<pubDate>Tue, 21 Mar 2006 12:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-4721</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;-xinetd is having nice features to restrict acces  such as no_access or access_time. 
-PAM is nice to increase security,   http://www.hccfl.edu/pollock/AUnix2/PAM-Help.htm
-SELinux is also nice , http://www.nsa.gov/selinux/info/faq.cfm   . It take 8 -12 % global performances decrease on some busy servers. 
-Tcp wrappers are great , your daemon must call libwrap.
-iptables , imo  more for a general firewall. Going to do some case by case on each server with iptables is well ... a question of tastes.&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;

&lt;p&gt;Guillaume.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>-xinetd is having nice features to restrict acces  such as no_access or access_time. 
-PAM is nice to increase security,   <a href="http://www.hccfl.edu/pollock/AUnix2/PAM-Help.htm" rel="nofollow">http://www.hccfl.edu/pollock/AUnix2/PAM-Help.htm</a>
-SELinux is also nice , <a href="http://www.nsa.gov/selinux/info/faq.cfm" rel="nofollow">http://www.nsa.gov/selinux/info/faq.cfm</a>   . It take 8 -12 % global performances decrease on some busy servers. 
-Tcp wrappers are great , your daemon must call libwrap.
-iptables , imo  more for a general firewall. Going to do some case by case on each server with iptables is well &#8230; a question of tastes.</p>

<p>Regards</p>

<p>Guillaume.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Olivaw</title>
		<link>http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-4525</link>
		<dc:creator>Olivaw</dc:creator>
		<pubDate>Sat, 04 Mar 2006 09:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-4525</guid>
		<description>&lt;p&gt;For mysql, just configure it to only bind to 127.0.0.1. It will be as secure and simpler, no need for iptables in this case.&lt;/p&gt;

&lt;p&gt;(see bind-address directive in my.cnf)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For mysql, just configure it to only bind to 127.0.0.1. It will be as secure and simpler, no need for iptables in this case.</p>

<p>(see bind-address directive in my.cnf)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: TechnoPrimitive &#187; Blog Archive &#187; Hardening a Linux server in 10 minutes » The R Zone</title>
		<link>http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-4504</link>
		<dc:creator>TechnoPrimitive &#187; Blog Archive &#187; Hardening a Linux server in 10 minutes » The R Zone</dc:creator>
		<pubDate>Wed, 01 Mar 2006 19:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://rudd-o.com/archives/2006/02/27/hardening-a-linux-server-in-10-minutes/#comment-4504</guid>
		<description>&lt;p&gt;[...] Hardening a Linux server in 10 minutes &#187; The R Zone [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Hardening a Linux server in 10 minutes &#187; The R Zone [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
