Chroot SFtp with EasyEngine

In this tutorial, we are creating sftp user ee-user having access to only example.com Create Users The following command creates a user ee-user who should only allowed to perform SFTP in chroot environment, and not able to ssh. [email protected]:~# useradd -G www-data -ms /bin/false ee-user [email protected]:~# passwd ee-user Create SFtp Home Directory Lets create the … Continue reading Chroot SFtp with EasyEngine