I am setting up an Ubuntu 10.04 LTS linux server which I would like to configure as a minimal FTP/WWW server. I will not store any critical information on this server, but I would still want to make sure it is not a very easy target.
What are the most basic/fundamental security measures I shall take? I am considering the following services:
- Apache WWW Server (I guess still the defacto standard)
- FTP Server (not sure which one yet)
- ssh
- Firewall (only allowing www, ftp and ssh)
Thanks in advance! Paul