PDA

View Full Version : Must install apps for security!


webwizzy
3rd March 2009, 00:14
Hello,

For a vBulletin site, I wanted to know what all softwares/programs must be installed on a server to ensure maximum security.

For example: Suhosin, mod_security etc, are these really required? Anything else which is highly recommended?

Thanks

falko
3rd March 2009, 20:30
For example: Suhosin, mod_security etc, are these really required? Anything else which is highly recommended?

I'd use suhosin and fail2ban.

webwizzy
4th March 2009, 22:37
1. Installed suhosin and fail2ban.

2. Disabled login for root, and made "username" the only user who can switch to root.

3. Configured SSH server to login with Keys Authentication

anything else you suggest? Are the above steps a good practise?

Thank you

falko
5th March 2009, 19:53
Looks good! :)

webwizzy
5th March 2009, 19:56
Looks good! :)
Glad to hear this. :)

Thanks a lot.