I have a vsftpd installation with chroot enabled and root access disabled. Everything work flawlessy, but I need to accomplish this.
When user1 log into ftps, it log in /home/user1. Same for user2, user3 and so on. I want to have user1_viewer which log into ftps but chrooted in /home/user1 (and NOT /home/user1_viewer) automatically with read only privileges.
Is this possible?
Workarounds accepted :)