SSH Keys
Learn about using SSH Keys to authenticate with Aptible
Overview
Public Key Authentication is a secure method for authentication, and how Aptible authenticates deployments initiated by pushing to an App’s Git Remote. You must provide a public SSH key to set up Public Key Authentication.
App not found or not accessible
error. Users must be added to the allowlist to access your Organization’s resources via Git. Supported SSH Key Types
Aptible supports the following SSH key types:
-
ssh-rsa
-
ssh-ed25519
-
ssh-dss
Adding/Managing SSH Keys
If you don’t already have an SSH Public Key, generate a new SSH key using this command:
If you are using a legacy system that doesn’t support the Ed25519 algorithm, use the following:
Once you have generated your SSH key, follow these steps:
-
In the Aptible dashboard, select the Settings option on the bottom left.
-
Select the SSH Keys option under Account Settings.
-
Reconfirm your credentials by entering your password on the page that appears.
-
Follow the instructions for copying your Public SSH Key in Step 1 listed on the page.
-
Paste your Public SSH Key in the text box located in Step 2 listed on the page.
Featured Troubleshooting Guides
git Push Permission Denied
Was this page helpful?