<?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: Basic VPS security checklist</title>
	<atom:link href="http://www.intovps.com/blog/2010/02/20/basic-vps-security-checklist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intovps.com/blog/2010/02/20/basic-vps-security-checklist/</link>
	<description>VPS Hosting</description>
	<lastBuildDate>Tue, 17 Jan 2012 21:30:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Keith</title>
		<link>http://www.intovps.com/blog/2010/02/20/basic-vps-security-checklist/comment-page-1/#comment-9968</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Thu, 14 Jul 2011 12:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.intovps.com/blog/?p=122#comment-9968</guid>
		<description>Perhaps the most obvious one has been left off. Set up a tight firewall and close all unneeded ports

Then install fail2ban and logwatch (to monitor effectiveness of other security)</description>
		<content:encoded><![CDATA[<p>Perhaps the most obvious one has been left off. Set up a tight firewall and close all unneeded ports</p>
<p>Then install fail2ban and logwatch (to monitor effectiveness of other security)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SaltwaterC</title>
		<link>http://www.intovps.com/blog/2010/02/20/basic-vps-security-checklist/comment-page-1/#comment-1543</link>
		<dc:creator>SaltwaterC</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.intovps.com/blog/?p=122#comment-1543</guid>
		<description>Here some more pretty basic security stuff:

- the root shouldn&#039;t be allowed to login via SSH. There&#039;s an option within the SSH server configuration file (usually /etc/ssh/sshd_config): PermitRootLogin no (by default yes). Instead use an intermediate account that can execute the su command.

- sudo shouldn&#039;t be installed onto production servers. While it provides a mode comfortable way of running root commands, it actually is a security risk as it can provide privilege escalation.

- go beyond the package management system if the software provided by the repositories is too old. RHEL &amp; friends have PHP 5.1.6 for example. The main services (such as web server, dynamic language interpreter, database server) have priority if that&#039;s the usage intention. The rest of the system can be upgraded via standard package management tools.

I&#039;d go against auto-updating an OS, except running stuff like apt-get update from Debian &amp; friends which updates just the package list. I would go with a cron notification when the updates are available, but not with an auto-update since the custom configuration files may break during an auto update, or the newer version of the software may break with the old configuration files. It&#039;s not a common situation, but it can happen.</description>
		<content:encoded><![CDATA[<p>Here some more pretty basic security stuff:</p>
<p>- the root shouldn&#8217;t be allowed to login via SSH. There&#8217;s an option within the SSH server configuration file (usually /etc/ssh/sshd_config): PermitRootLogin no (by default yes). Instead use an intermediate account that can execute the su command.</p>
<p>- sudo shouldn&#8217;t be installed onto production servers. While it provides a mode comfortable way of running root commands, it actually is a security risk as it can provide privilege escalation.</p>
<p>- go beyond the package management system if the software provided by the repositories is too old. RHEL &amp; friends have PHP 5.1.6 for example. The main services (such as web server, dynamic language interpreter, database server) have priority if that&#8217;s the usage intention. The rest of the system can be upgraded via standard package management tools.</p>
<p>I&#8217;d go against auto-updating an OS, except running stuff like apt-get update from Debian &amp; friends which updates just the package list. I would go with a cron notification when the updates are available, but not with an auto-update since the custom configuration files may break during an auto update, or the newer version of the software may break with the old configuration files. It&#8217;s not a common situation, but it can happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.intovps.com/blog/2010/02/20/basic-vps-security-checklist/comment-page-1/#comment-1383</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.intovps.com/blog/?p=122#comment-1383</guid>
		<description>Yes, you&#039;re right!

My mind was focused on hacking a VPS to gain root access.

Obviously most of the sites get hacked by exploiting scripts vulnerabilities.</description>
		<content:encoded><![CDATA[<p>Yes, you&#8217;re right!</p>
<p>My mind was focused on hacking a VPS to gain root access.</p>
<p>Obviously most of the sites get hacked by exploiting scripts vulnerabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Link</title>
		<link>http://www.intovps.com/blog/2010/02/20/basic-vps-security-checklist/comment-page-1/#comment-1382</link>
		<dc:creator>Link</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.intovps.com/blog/?p=122#comment-1382</guid>
		<description>Adding another: Keep your scripts up to date! For example, if you run a forum or blog, &quot;apt-get upgrade&quot; won&#039;t upgrade SMF, Wordpress, phpBB3, etc...</description>
		<content:encoded><![CDATA[<p>Adding another: Keep your scripts up to date! For example, if you run a forum or blog, &#8220;apt-get upgrade&#8221; won&#8217;t upgrade SMF, WordPress, phpBB3, etc&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

