Secure Shell (SSH) is a secure network protocol you can use to sign in to your Cloud Platform environments and use command-line tools.
To sign in to an environment with SSH, you will need environment’s SSH address or URL. You can find the SSH URL for an environment in the Cloud Platform user interface on the environment’s Overview page.
Each environment’s SSH URL has the initial format [application name].[environment name] where:
[application name] is the name of your application.[environment name] is the environment name, frequently one of dev, test, or prod. When you specify an environment, your PATH and other environment variables are configured the same way as they are for web processes, cron jobs, and Cloud hooks. In particular, the version of PHP you have configured appears first in the PATH, and is the default in your SSH session.Technical requirements necessary for maintaining a highly available and redundant hosting platform put limits on what you can access and do using shell access on Cloud Platform:
/mnt/files/[application name].[environment name]./var/www/html. To make changes to your Drupal docroot directory, enable Live Development on a non-production environment. Live development is not available for production environments.docroot/sites/*/files foldersFor environments running on the Cloud Next technologies:
To initiate SSH sessions for environments provisioned on Cloud Next, use the following syntax:
ssh <SSH_URL>
Here, SSH_URL is the value displayed on an environment’s overview page in the Cloud Platform user interface.
The ssh syntax and default domain syntax for Prod environments initially created on Cloud Next are updated for consistency to resemble the syntax of non-production environments. This change does not impact existing Prod environments.
| Environment | SSH | Default domain |
|---|
| Existing Prod environments: | mysite.ssh.prod.acquia-sites.com | mysite.prod.acquia-sites.com |
| New Prod environments: | mysiteprod.ssh.prod.acquia-sites.com | mysiteprod.prod.acquia-sites.com |
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Technical requirements necessary for maintaining a highly available and redundant hosting platform put limits on what you can access and do using shell access on Cloud Platform:
/mnt/files/[application name].[environment name]./var/www/html. To make changes to your Drupal docroot directory, enable Live Development on a non-production environment. Live development is not available for production environments.docroot/sites/*/files foldersFor environments running on the Cloud Next technologies:
To initiate SSH sessions for environments provisioned on Cloud Next, use the following syntax:
ssh <SSH_URL>
Here, SSH_URL is the value displayed on an environment’s overview page in the Cloud Platform user interface.
The ssh syntax and default domain syntax for Prod environments initially created on Cloud Next are updated for consistency to resemble the syntax of non-production environments. This change does not impact existing Prod environments.
| Environment | SSH | Default domain |
|---|---|---|
| Existing Prod environments: | mysite.ssh.prod.acquia-sites.com | mysite.prod.acquia-sites.com |
| New Prod environments: | mysiteprod.ssh.prod.acquia-sites.com | mysiteprod.prod.acquia-sites.com |
If this content did not answer your questions, try searching or contacting our support team for further assistance.