Skip to content

SSH

Sliplane offers two ways to connect to services via SSH:

This method connects you directly into a specific container’s shell.

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.

  • 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

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.