From 5a9fac4c5435374724b9d471728fd8464ec6d8ba Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 27 Apr 2016 17:11:08 -0700 Subject: [PATCH] Update INSTALL-cloud.md --- docs/INSTALL-cloud.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 85a5e72176a..888c3ae42fd 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -16,12 +16,10 @@ Create your new Droplet. You will receive an email with the root password to you # Access Your Cloud Server -Connect to your server via SSH, or use [Putty][put] on Windows: +Connect to your server via its IP address with SSH, or use [Putty][put] on Windows: ssh root@192.168.1.1 -Replace `192.168.1.1` with the IP address of your server. - You will be asked for permission to connect, type `yes`, then enter the root password from the email DigitalOcean sent you when the server was set up. You may be prompted to change the root password, too.