Sorry for my ignorance, I am having a peculiar doubt in setting up an SFTP server,
- setup an SFTP server with password/keyfile for authentication.
- The SFTP user directory should be encrypted at rest.
- The SFTP client should able to access to view the encrypted files, but other users should not be able to view it.
I have setup the SFTP server, but I am unable to figure out the solution for the point 2 and 3, as I cannot format the system to create encrypted file system.
Is there any Open Source tool for this problem. Or my approach is terribly wrong.