• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

switch off ftp server-wide?

ASTOKES

Basic Pleskian
Hi,
Just in the process of uggrading to new box Plesk 12 (Ubuntu 14.04LTS).
ON the previous (plesk 10) I was able to disable ftp services by editing /etc/xinetd.d/ftp_psa - this doesn't seem to be an option now.
Can you tell me how to do this on plesk 12?

Many Thanks
 
In file /etc/xinetd.d/ftp_psa change line

disable = no

to

disable = yes

and restart xinetd service.
 
Thanks Igor,
This is how I did it on Plesk 10. As has been pointed out elsewhere on this forum, the text of this file states:
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST AFTER YOU UPGRADE PARALLELS PLESK PANEL.

... so I assume that this is not the best way to do it?
 
But what is the main reason of complete disabling ftp service?
 
You may try to use

# chkconfig ftp_psa off

and run it periodically by cron, for example :)
 
Plesk Onyx v17.8.11

Tool & Settings > [Security] Security policy > FTPS usage policy
options are,
- Allow only secure FTPS connections
- Allow both secure FTPS and non-secure FTP connections
- Allow only non-secure FTP connections. Do not use FTPS
 
Back
Top