I use FTP_PUBKEY, FTP_PRIKEY, FTP_USER and FTP_PASS with SSH keys to streamline the upgrade and upload process for standard wordpress installations.
I am working on a multi-site installation and wondering if there is a way to define these variables per site/user in the wp-config or htaccess files?
Users will not have login/command-line access to the system. I want to setup the ssh keys so users can install/upload themes and plug-ins. Can you setup multiple FTP_USER definitions? That doesn't seem supported.
Thanks