Instead of an public FTP server I'd like to setup a server with ssh and wscp access only. I am having trouble with the permission structure:
Consider 2 users: login super
/home/customer/customer1
I want login to only rights(upload/download) to .../customer1
I want super to have rights(upload/download) to ../customer/... (and everything below).
I want these people to ONLY be able to access their specified directories and NOTHING else, no reading, no writing, no x.
If we lock it down, then users that are locked down can not wscp into the machine to view/download/upload files.
How can I restrict the login for users login and super as described above?
Thank you for your input.
Consider 2 users: login super
/home/customer/customer1
I want login to only rights(upload/download) to .../customer1
I want super to have rights(upload/download) to ../customer/... (and everything below).
I want these people to ONLY be able to access their specified directories and NOTHING else, no reading, no writing, no x.
If we lock it down, then users that are locked down can not wscp into the machine to view/download/upload files.
How can I restrict the login for users login and super as described above?
Thank you for your input.