View previous topic :: View next topic |
Author |
Message |
Ph0eniX Guru


Joined: 24 Sep 2004 Posts: 502 Location: New York, U.S.
|
Posted: Wed Apr 26, 2006 3:24 pm Post subject: Setting up SFTP server |
|
|
I'm setting up an SFTP server and I don't want the users to be able to list contents of any other directory but their own. I set the permissions on each user's dir to 700 which prevents them from accessing each other's directories but they can still navigate to the top dirs. How would I go about fixing that? Do I implement chroot and if so, how?
Thanks in advance!  |
|
Back to top |
|
 |
bemis Tux's lil' helper

Joined: 30 Mar 2004 Posts: 136 Location: USA
|
|
Back to top |
|
 |
Ph0eniX Guru


Joined: 24 Sep 2004 Posts: 502 Location: New York, U.S.
|
Posted: Thu Apr 27, 2006 5:06 pm Post subject: |
|
|
Thanks for the links. Is chrooting the recommended way of doing this? ...Do I need to worry if I don't use chroot'ed environment? |
|
Back to top |
|
 |
|