SSH Gate
Access via SSH Gate
Before connecting, generate an SSH key pair and add the public key to your platform account.
Get the SSH Connection String
1Open Account Settings
Click Settings in the upper dashboard toolbar.
2Open SSH Connection
In Account settings, open SSH Keys > SSH Connection. Copy the SSH connection string displayed in this section.
SSH Access to the Platform Account
The connection procedure depends on the operating system used on the local computer.
Linux, macOS, or FreeBSD
Open a terminal and execute the SSH connection string copied from Account Settings.
Windows
- Install and open an SSH client such as PuTTY.
- Open the Session section.
- Enter the host name and port from the SSH connection string.
- Select SSH as the connection type and open the session.
To load the private key with PuTTY, open Pageant, click Add Key, and select the appropriate private-key file.
Select an Environment and Container
1Select the environment
After connecting, the SSH Gate displays environment groups and ungrouped environments available to the account. Enter the number of the required item.
2Select the container
The environment’s containers are grouped by layer. Enter the number of the required node.
- The master node is marked with
[M]. - Each container entry includes the node ID, LAN IP, WAN IP, and alias.
- The master node is used for operations such as clustering, scaling, and cloning.
Direct Access to a Container
You can connect directly to a specific container without selecting the environment and node interactively. Add the container ID as a prefix to the account username in the SSH connection string.
For example, to connect directly to the container with node ID 36864, prefix the account connection username with 36864-:
ssh 36864-4701@gate.jelastic.com -p 3022
