SSH Deployment User

A Linux deployer user account is available for various server pre-installations, which can be used for the deployment of web applications.


Managed Server

To use the deployer account, log in to the server with your SSH user account and execute the following command:


sudo -i -u deployer


You can then execute files and folders with the correct deployment user. To exit the deployment account shell, execute the exit command to return to your SSH user account.



Unmanaged Server

To use the deployer account, log in to the server with the root SSH user account and execute the following command:


su -l deployer


You can then execute files and folders with the correct deployment user. To exit the deployment account shell, execute the exit command to return to your SSH user account.