I want to install cron on my live web server to run a daily backup script of a local folder. Are there any security considerations I need to be aware of when installing cron?
My web server uses Ubuntu Linux 10.10.
feedback
|
This question came from our site for professional and enthusiast programmers.
|
In essence it's secure, but also it is another way for an attacker to, once compromised the system, make some backdoor persistent and/or auto-open it anytime you close it. You can use the files
In ubuntu by default Take into account that these files only manage the users allowed to have a personal crontab (ie. execute | |||
|
feedback
|
|
Yes, it's secure. Just make sure the scripts you run with it are secure. Review them yourself and give them only the rights they need. | |||
|
feedback
|