mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Update INSTALL-cloud.md
This commit is contained in:
parent
9ee315bd7d
commit
5a9fac4c54
1 changed files with 1 additions and 3 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue