To use a public key generated for your development machine, the key must be installed in your application's environment. This can be done directly from the Engine Yard Dashboard, as long as the SSH has already been added to your Engine Yard account.
Installing SSH Key in an Environment
After a public key is uploaded to your Engine Yard account, it needs to be associated with one or more environments. This ensures that instances contained within the environment have the SSH key installed and are accessible via an SSH client.
The process to install an SSH key has two steps:
Updating an environment with an SSH key
-
In your Dashboard, click the environment name.
For example, the “production” environment of the “MyApp” application. -
On the Environment page, click Edit Environment.
-
Locate the SSH Keys section and select the keys you want to install.
-
Click Update Environment to save your changes.
-
(Optional) Repeat these steps for each environment you want to install a key on.
Installing keys on instances
After an environment has been updated with one or more new keys, the keys need to be deployed to the environment instances.
- In your Dashboard, click the environment where you want to install your key(s).
- Click Apply to install the keys.
After the keys are deployed, you can connect to your instances via SSH.
Next step
Connect via SSH to your application instance(s).
If you have feedback or questions about this page, add a comment below. If you need help, submit a ticket with Engine Yard Support.
Comments
Article is closed for comments.