Easily assign secure and robust SFTP-only access to users for single EasyEngine sites
http://blog.netgusto.com/solving-web-file-permissions-problem-once-and-for-all/
[log in as root on your EasyEngine linux server]
cd
apt update
apt -y install git
git clone https://github.com/openspace42/EasyEngine-SFTP
bash EasyEngine-SFTP/setup
bash openspace42/ee-sftp/add-user username
bash openspace42/ee-sftp/add-site-to-user
sftp [email protected]
[password you specified during setup]
server: server.hostname.tld
port: [SSH port - usually 22]
[username and password you specified during setup]