• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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