Results 1 to 2 of 2
While ssh and sftp are secure in transferring files, the sftp-server does not allow any granularity. for example, there's nothing to stop a sftp user from downloading the /etc/passwd file ...
- 05-23-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 1
Need configurable sftp-server
While ssh and sftp are secure in transferring files, the sftp-server does not allow any granularity. for example, there's nothing to stop a sftp user from downloading the /etc/passwd file since it can be read.
Is there an sftp-sever that allows you to restrict which files users can download from the server? Is there another way to deal with this?
- 05-25-2008 #2Just Joined!
- Join Date
- Feb 2008
- Location
- France - Paris
- Posts
- 18
You can use chrooting with a shell like rsh for example .
Regards


Reply With Quote
