I'd like to hear about the security concerns for storing FTP details in wp-config.php on a shared server.
It doesn't 'feel' safe to me. I'm using ManageWP to control sites on a shared server and have to input the FTP details manually for each update.
I'd like to hear about the security concerns for storing FTP details in wp-config.php on a shared server.
It doesn't 'feel' safe to me. I'm using ManageWP to control sites on a shared server and have to input the FTP details manually for each update.
I would consider it somewhat safe since that's where your database connection information is also stored. One could easily ruin your website by deleting your whole database if they had access to that file.
There are a couple of things you can do to increase security:
Move the wp-config file one level outside the root. Wordpress knows to look for the file there.
Make sure your server is hiding your root/parent index. That's an option you can usually change yourself in cpanel.
It's as safe as other credentials stored in wp-config.php. As long the WordPress hardening guide is followed, as well as general security best practices, you should be fine.
Issues that could affect security: