• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

force sftp

C

cdpapoulias

Guest
Hello all! Two things:

1. I want to force people to use sftp

and

2. Complete disable proftp so people can't even try to ftp

Thank you all, I believe #1 is possible by just telling my domain users to use sftp as sshd is already running. I just want to also prevent them from using regular ftp.

Dinos
 
You can block the FTP port in the firewall. Or set disable = yes in /etc/xinetd.d/ftp_psa and restart xinetd (I believe Debian may use inetd instead of xinetd?). Plesk may overwrite ftp_psa though, so just closing the FTP port might be the easiest solution.
 
Back
Top