Sftp
syntaxConfigure SFTP server on Linux
create directory for the sftp data and set permissions:
| |
Create a group to manage SFTP users
| |
Create a subdirectory for the user in /mnt/sftpData and set ownership:
| |
Edit the SSH configuration file to set up SFTP with chroot jail:
| |
restart sshd and ssh services:
| |