Hello, i am using SFTP with CHROOT. I want to allow my users that they can upload and download with the sftp server, but they should never do an MKDIR! Is it possible to restrict commands and how can i do this? i only found material of modifing the source...and that is not the best way for me. regards Sonja Meyer sonne_meyer at yahoo.de
Hi Sonja, Sonja Meyer wrote:> i am using SFTP with CHROOT. I want to allow my users that they can > upload and download with the sftp server, but they should never do > an MKDIR! > Is it possible to restrict commands and how can i do this?sftp-server has no provisions for this.> i only found material of modifing the source...and that is not the > best way for me.Maybe you can work with filesystem permissions and ACLs. //Peter
Apparently Analagous Threads
- [Bug 1979] New: Enhancement patch: Restrict sftp-server to basic commands, by user or group
- SFTP batch mode patch
- internal-sftp + chroot [was: Parallel transfers]
- Is there any method, with ChrootDirectory and internal-sftp, to automatically cd to a subdir on login?
- Parallel transfers with sftp (call for testing / advice)