Connect to your Sandbox

To connect with your Sandbox, you need a secure connection to our infrastructure. Following this guide you will be able to access your Sandbox through the Secure Shell (SSH) network protocol.

Prerequisites

Connecting from Unix / Linux / Mac

  • Open a Terminal,
  • Type:
ssh <cloud_username>@<sandbox host>

That’s all :-)

Connecting from Windows

  • Open a Command Prompt,
  • Change directory to the putty unzipped folder:
cd \path\to\your\putty\folder
  • Type:
PUTTY.EXE -i id_rsa.ppk <cloud_username>@<sandbox_host>

That’s all :-)