Update INSTALL-cloud.md

This commit is contained in:
Jeff Atwood 2016-04-27 17:11:08 -07:00
parent 9ee315bd7d
commit 5a9fac4c54

View File

@ -16,12 +16,10 @@ Create your new Droplet. You will receive an email with the root password to you
# Access Your Cloud Server # 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 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. 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.
<img src="https://www.discourse.org/images/install/15/ssh-login-terminal.png" width="600px"> <img src="https://www.discourse.org/images/install/15/ssh-login-terminal.png" width="600px">