Hello.
Now that my mother-in-law (MIL) has moved in, it seems I'm spending more time on the computer <sigh>. This is a new project for me so I can expand my knowledge of Linux as well as getting a 24/7 file/print server added to my home network. I am using an old (32-Bit) computer that the MIL brought with her.
I already Figured Out the basics of: SSH, priv/pub keys, and Server1 has a static IP address. On my client computer, I have "Server1" listed in Dolphin under "Places" and when I click on Server1 all root level folders can be seen. Which brings me to the next challenge, I don't want client users to see everything on Server1. I only what them to see one top level folder which will be common data (e.i. music, movies, photos, etc.) and they will only be able to read the files. Within that "Data" folder will be folders with their user name. Under that folder, they can create/delete/modify whatever they like. How exactly can I set that up?
Again, to make changes, I can ssh into Server1 and change anything I want as root. I assume each user would have to login so Server1 knows who they are. I'm stuck.
Now that my mother-in-law (MIL) has moved in, it seems I'm spending more time on the computer <sigh>. This is a new project for me so I can expand my knowledge of Linux as well as getting a 24/7 file/print server added to my home network. I am using an old (32-Bit) computer that the MIL brought with her.
I already Figured Out the basics of: SSH, priv/pub keys, and Server1 has a static IP address. On my client computer, I have "Server1" listed in Dolphin under "Places" and when I click on Server1 all root level folders can be seen. Which brings me to the next challenge, I don't want client users to see everything on Server1. I only what them to see one top level folder which will be common data (e.i. music, movies, photos, etc.) and they will only be able to read the files. Within that "Data" folder will be folders with their user name. Under that folder, they can create/delete/modify whatever they like. How exactly can I set that up?
Again, to make changes, I can ssh into Server1 and change anything I want as root. I assume each user would have to login so Server1 knows who they are. I'm stuck.
Comment