ssh

Hello,

I have installed php on my server so my users are able to upload some php script that will let them execute system commends. Is it possible to KEEP them ONLY inside their directories /home/user_name and don't let them see what is for example in 'ls /etc' ?
Please help.
Thanks

I think that this is more a case of "man <insert_ftp_server_here>" and seeing if you can set up a chroot jail..... If you set up the FTP root directory properly they'll see their home direcotry as the / directrory.

Cheers
ZB

Actually, re-reading your original post, you're using SSH. You might want to take a look at
this

Cheers
ZB