I have installed vsftpd on my Ubuntu 16.04 server, and can connect fine using SFTP for a single user.
I want to set up additional users and give them the ability to connect to their home directories (or a sub directory of that), via SFTP too. I also want to (chroot) jail them so they cannot navigate outside of this directory they are redirected to on login.
I've spent a lot of time reading about, and configuring the /etc/vsftpd.conf file, but cannot get this to work with SFTP in the way I have described, and believe that therefore it is only for FTP - am I correct in this statement, and if so, does anyone know of a solution? I really would prefer to use SFTP rather than the hassle of FTPS.
Many thanks