Security in shared hosting vs VPS 'virtual appliances'
        Posted  
        
            by 
                Pedro Loureiro
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Pedro Loureiro
        
        
        
        Published on 2012-06-22T00:27:39Z
        Indexed on 
            2012/06/22
            3:18 UTC
        
        
        Read the original article
        Hit count: 542
        
I have to change my hosting provider. Right now I have a shared hosting account but I'm considering trying the LAMP stack appliance from turnkeylinux.org.
I'm very comfortable with using linux, I've been using it for a long time. I have no problem ssh'ing into remote machines and do whatever I have to do (coding, reading logs, moving files, deploying, etc). The problem is that none of those tasks have involved securing the server/firewall. My experience has been as a desktop user or developer deploying apps/files in remote servers.
Ignoring the security in the application logic (read: any scripts, frameworks, websites I might have created or installed) - I'm worried about things like base configuration of deamons, firewall, ports, executable scripts being readable from the outside and whatnot.
My question is: how do you compare the (expected) out of the box security of the LAMP stack from turnkey and the (expected) security of a "regular" shared hosting provider?
I was hoping to find some guides with a list of steps to do to protect my server but the only documentation I found was simply referring to ubuntu's documentation.
© Server Fault or respective owner