• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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