Connecting to a Linux VM over SSH using Yandex Cloud Shell
Written by
Updated at August 11, 2025
Connecting to a VM over SSH using Cloud Shell in the management console.
Management console
- On the left-hand panel in the management console
, click All services and select Compute Cloud, or find it using the search bar on the dashboard. - Navigate to the VM you want to connect to.
- Click
Connect in Cloud Shell at the top right. - Enter a username. The default login is the one specified when creating the VM.
- Paste the contents of the public SSH key file or upload the file.
- Click Connect.
This will open the
To close the connection, click exit
command.
For more information about working with SSH keys, see Connecting to a Linux VM over SSH.