ElephantScale Sandbox

Learn More

SSH Access

If running the docker on your laptop (ssh 2)

        ssh   -p 2222  ubuntu@localhost
      
Explanation:

If running the docker on the cloud

It is a two-step process.

Recommended Clients

Login from Mac / Linux

  1. Open a terminal window
  2. type the following
              ssh   -l  ubuntu  your_machine_ip_address
            

Login using Putty