• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

wher is user files

R

randata

Guest
where is the userfiles locadet
where he put the files to his webpages
and can i modifit so the only ting the user logs inn true ftp and ssh
/www
and under www. is the users files?
 
I'm not sure if I understood you correctly... the place where the websites of the users are located is:

/srv/www/vhosts/domain.com/httpdocs
if you login with the user (domain.com) via ftp, normally you'll be right there... for SSH you need to chroot the ssh service to /srv/www/vhosts/domain.com so the one who logs in doesn't has access to higher directories, chrooting a service is not easy (you need at least a hardened kernel (grsecurity/SELinux.....) and take care what applications you put into the chroot (for example a /bin/sh in a chroot is definitely NO good idea)

kind regards
Rico Kerster
 
Back
Top