Setting up sftp access to a part of my home dir, don't have root permissions
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Setting up sftp access to a part of my home dir, don't have root permissions
Hi everyone,
This is the problem:
I have an account on a server. Another person (lets call him Georgie) has an account on the same server. Neither of us has root permissions. I would like to allow Georgie to download files *only* from one directory inside of my home directory (through sftp, scp or some other way). In other words, I want to set up so that Georgie can download files from /home/me/some_dir, but otherwise has no access to /home/me. Is this possible and in what way?
Thanks for your help.
Last edited by frankie_DJ; 02-05-2007 at 11:23 PM.
No. You use yours, he uses his. Chort made /home/me/some_dir world readable.
Quote:
I don't really need the other user to have a shell and browse the files.
He does need an account so he can ssh in (sftp and scp ride on ssh).
Maybe he could be given a restricted "shell" that doesn't allow him to browse files (or do much of anything). But normally only root can change any user's shell.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.