Environments AccessΒΆ
The system user dedicated to integrators on both environments is akeneo.
To access the environment, run the SSH command:
ssh -A akeneo@my-project-staging.cloud.akeneo.com
The -A option makes sure that your ssh-agent is forwarded to the server, meaning that you will get access to the Akeneo Entreprise repositories seamlessly.
You may need to execute the ssh-add command previously, to add your key to the SSH Agent:
ssh-add
For more information, please consult the following Github documentation