SSH public key access for application user
Currently only the master server user can use public key access. So all applications that are deployed using SSH access must connect with the master server credentials, which causes issues with folder permissions (especially with chmod commands not working).
This could be resolved if the default application user can also have SSH access using public keys
1
vote