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

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 :-)