How do i provide SSH access to a user on linux server. so that he can only edit or modify or create files under space allocated to him. He should not be able view other users files or folders.
jtara
4:36 pm on Oct 17, 2006 (gmt 0)
Unfortunately, that's not a common capability for SSH. Certainly not in the openSSH package. It's something that's missing in SSH servers that is common in FTP packages.
If you have root access (running a dedicated server or a VPS) then you do have an option. You can create a Linux user ID for the user and put him in a chroot jail.