Connect to your Ellip Workflows Virtual Machine¶
To connect with your Ellip Workflows virtual machine, you need a secure connection to our infrastructure. Following this guide you will be able to access your Ellip Workflows Virtual Machine through the Secure Shell (SSH) network protocol.
Prerequisites¶
- You received an email from support@terradue.com with the subject “Cloud Dashboard access and Sandbox deployment” and obtained information on how to get the VM <cloud_username> and <sandbox_host> values,
- You generated the SSH key pair (see Generate and install the SSH key pair),
- You are connected to our VPN (see Run your VPN Connection).
Connecting from Unix / Linux / Mac¶
- Open a Terminal,
- Type:
ssh <cloud_username>@<ellip_workflow_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>@<ellip_workflow_host>
That’s all :-)