Before you can access an instance in your application's environment via SSH, you need to create an SSH key pair and then add it to Engine Yard Cloud.
To add keys to Engine Yard Cloud
-
Locate and copy the public key on your local machine:
-
If the key has just been generated using PuTTYgen, copy the Public key from the PuTTY Key Generator.
-
If you previously generated the key using PuTTYgen, open the PuTTY Key Generator, click on Load, select an existing key to view, and copy the public key.
-
If you generated the SSH key via CLI, open Notepad and open the public key file, by default found in ~/.ssh/id_rsa.pub.
-
-
In your Engine Yard Dashboard, click on the Tools drop-down.
-
Click on SSH Public Keys.
-
Click on Add a new SSH public key.
-
Enter a name in the Name field to identify the key.
-
Paste the key (copied in Step 1) into the Public Key field.
-
Select the environments that you want to add this key to. If you don’t have any environments, this key is automatically added to the ones you create later on.
-
Click on Add Key.
Your ssh public key will be added to your Engine Yard account.
Next step
Install your public key to your application environment(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.