I'm considering hosting a publicly available web application from my home with the latest ubuntu server, the ruby on rails framework, some kind of SSL, and mongrel. What security issues will I face and what should I do about them? I'd appreciate any help.

link|improve this question

76% accept rate
feedback

closed as off topic by random May 23 '10 at 8:27

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

up vote 1 down vote accepted

You just have to worry about securing the SSH I guess. ufw manages the firewall by default but you have to set it up. You can use a tool also like Fail2ban. (Or use only known hosts, use keys for authentication AND/OR move the sshd to a different port.)

For the web part, you can only count on maintainers that they will fix security holes when there is a need for that. (Watch upgrades, upgrade when you can. That's all I guess.)

link|improve this answer
feedback

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