I'm currently using a hosted VPS on linode, I was wondering if a daily apt-get update and apt-get upgrade is providing a 'secure' enough measurement.

link|improve this question
Hardening of the OS itself is required. Firewall/IP tables configuration is needed, I think. – JFW Mar 28 '11 at 15:50
feedback

1 Answer

Daily updates will make sure that your software is updated and potentially close vulnerabilities there, but as JFW commented, you should take time and update the firewall/IPTables to close off any unnecessary ports and you should also disable any services you're not using.

link|improve this answer
What's a standard iptables config for a server that runs Apache, Postfix (25,110,143), SSH and FTP? should I just block EVERYTHING else? Thanks – Or W Mar 28 '11 at 16:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.