• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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