Skip to content

Commit 1d7c28f

Browse files
committed
Updated Other configurations
1 parent 2fed61f commit 1d7c28f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

guides/DigitalOcean Tutorial.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@ Generally, choosing a region that's _closest to your users_ will make your servi
3030

3131
### Other configurations
3232

33-
In our example, we do not need to add any other services such as block storage or private network. So we will ignore these settings to keep our setup simple and cheap. You may choose to use `SSH` key and follow the steps recommended by DigitalOcean or create a password. If you choose to use SSH key, then each time you want to login to the server from outside DigitalOcean's site, you will need to provide the key. For example in windows using [GitBash terminal](https://git-scm.com/downloads) you need to add the `-i` option and pass the full path for the ssh-key file:
33+
In our example, we do not need to add any other services such as block storage or private network. So we will ignore these settings to keep our setup simple and cheap.
34+
You may choose to use `SSH` key and follow the steps recommended by DigitalOcean or create a password.
35+
36+
#### Setting up a password
37+
38+
If you want to use a password you just have to select the __"Create a root password to access Droplet"__ and then insert a strong password which you can use to login remotely or through DigitalOcean's Droplet Console.
39+
40+
#### Setting up an SSH key
41+
42+
If you choose to use SSH key, then each time you want to login to the server from outside DigitalOcean's site, you will need to provide the key. For example in windows using [GitBash terminal](https://git-scm.com/downloads) you need to add the `-i` option and pass the full path for the ssh-key file:
3443

3544
```bash
3645
ssh root@insert-droplet-ip -i /c/Users/insert-username/.ssh/insert-ssh-key-filename

0 commit comments

Comments
 (0)