Only a very few clients of mine require SSH access.
Many of them like to run php.
For the chroot environment I have all the PHP's that are in the system and in their /etc/profile I have this:
cat /etc/profile
PHPpath="`find /opt/plesk -type f -name php | sort | tail -n1 | sed 's/\/php$//g'`"
[...