Hello Support,
We are using Plesk Windows Server and have set up SFTP access with chroot restrictions using OpenSSH. Our current setup restricts each user to a specific directory by manually adding entries in the sshd_config. Kindly refer to the below snippet for your reference.
+++
Match User ftpuser
ChrootDirectory C:\inetpub\vhosts\yourdomain.tld
ForceCommand internal-sftp
AllowTcpForwarding no
+++
This method works fine for a few users, but it becomes difficult to manage...
Read more
We are using Plesk Windows Server and have set up SFTP access with chroot restrictions using OpenSSH. Our current setup restricts each user to a specific directory by manually adding entries in the sshd_config. Kindly refer to the below snippet for your reference.
+++
Match User ftpuser
ChrootDirectory C:\inetpub\vhosts\yourdomain.tld
ForceCommand internal-sftp
AllowTcpForwarding no
+++
This method works fine for a few users, but it becomes difficult to manage...
Read more