Skip to content

SSH

Prerequisite

You need to have an SSH key pair set up on your local machine.

You can follow this guide in order to generate an SSH key pair and add it to your SSH agent.

Attach your SSH key to a service

  • Navigate to the service that you want to connect via SSH
  • Click on the “SSH” tab in the service dashboard
  • Click on “Attach SSH key”
  • Select your SSH key from the list or click on “Add new key” if you haven’t added any SSH keys to your account yet

Connect to your service via SSH

After attaching your SSH key to a service, you can see the SSH command that you can use to connect to your service.

Example SSH command:

Terminal window
ssh -p 22222 service_12345@server_domain

Copy and run the SSH command that is displayed in your terminal in order to connect to your service.