SSH Deployment User
A Linux deployer
user account is available for our cluster setups, which can be used for the deployment of web applications.
Managed Server
You can use the following command to log in to the server with the deployer user. You can find the corresponding password in your server's password vault:
ssh deployer@sXXXX.creolineserver.com
You can then execute files and folders with the correct deployment user. To exit the deployment account shell, execute the exit
command to close the SSH session.
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.
Similar articles
Was this page helpful?
On this page