Security Best Practices

The security of our servers is of paramount importance. We have a strict security policy that encompasses many areas including a security-hardened operating system, functional isolation of each VDS, and careful monitoring and updating of applications. However, our customers must also share in the responsibility of keeping each of their VDS accounts secure by using good passwords, avoiding insecure scripts and applications, and following other security best practices.

Some of you may have seen reports of distributed server scans that are initiated by potential hackers. Essentially, these hackers scan Internet servers for vulnerable scripts and/or vulnerable users (users with weak passwords). One of the most popular of these scans is trying to log in to SSH as common users like 'root', 'guest', 'admin', or 'test' and then attempting to crack weak passwords (it's even easier if no password has been configured for one of these users). We think it is important to make you aware of these scans and also provide you information that will keep you from becoming a victim of one of these attacks.

One of the benefits of our VDS plans is root access. Every VDS account is provisioned with a root user. Because the root user has significant flexibility and power, it is important that this feature be used carefully.

First, you should set a strong password for all users, especially the root user. Choose a password that uses a variety of characters on the keyboard. Specifically, choose a password that meets the following criteria:

Second, you should always log in to your VDS server as a user OTHER THAN 'root' (either as the admin user created during account provisioning or some other user you've added) and then 'su' to root when you need to do something as root. Additionally, never run a website as root (where the website files are owned by the root user).

Lastly, it is important to secure access to applications that are frequently the subject of scans (like SSH). Here are a few important tips for securing SSH:

For details on the above recommendations and other tips for securing your VDS servers, please see the following pages: