diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 2db37a0daf3..963f4bdb1bf 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -12,7 +12,7 @@ - The default of **New York** is a good choice for most US and European audiences. Or select a region that is geographically closer to your audience. -Create your new Droplet. You will receive an email with the root password to your Droplet. (However, if you know [how to use SSH keys](https://www.google.com/search?q=digitalocean+ssh+keys), you may not need a password to log in.) +Create your new Droplet. You will receive an email with the root password. (However, if you know [how to use SSH keys](https://www.google.com/search?q=digitalocean+ssh+keys), you may not need a password to log in.) # Access Your Cloud Server @@ -20,7 +20,7 @@ Connect to your server via its IP address using SSH, or [Putty][put] on Windows: ssh root@192.168.1.1 -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. +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.