Securing Linux
- Apply security patches from your vendor.
- Use good passwords.
- Remove or disable unneeded services, particularly network
services. For example, if you don't need a web-server, ftp
server or Samba server, don't have them running.
- Consider finding more secure server applications, where possible.
(e.g., use VSFTPd rather than WU-FTPd, which is commonly installed
on many Unix/Linux systems; or replacing sendmail with a simpler,
more secure SMTP server).
- Configure the firewall software. Virtually all Unix/Linux
variants have built-in packet filtering firewalls.
- Be sure your system is running TCP-Wrappers and shadow password
files. Most modern systems do this by default.
|
| |