Skip to content

Commit 29d847c

Browse files
committed
Fixed mistakes
1 parent a72d32b commit 29d847c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/VPS/Setting up your VPS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before you can start using your new VPS you must first set it up and install you
1111

1212
### Accessing the control panel
1313

14-
1. After your purchase head to the [services sections](https://billing.aurorahosts.com/clientarea.php?action=services) in the billing area and select your VPS.
14+
1. After your purchase of the vps head to the [services sections](https://billing.aurorahosts.com/clientarea.php?action=services) in the billing area and select your VPS.
1515

1616
<div class="text--center"><img src={require('../../images/VPS/Setup/1_Services.png').default} alt="Billing Area" height="90%" width="90%"/></div>
1717

@@ -24,12 +24,12 @@ Before you can start using your new VPS you must first set it up and install you
2424
### Server setup
2525

2626
#### Selecting your server name & hostname
27-
1. Now that you're on the vps control panel you'll be greeted with the server setup screen where you'll need to pick your servers' name and hostname:
27+
1. Now that you're on the vps control panel you'll be greeted with the server setup screen where you'll need to pick your server's name and hostname:
2828

2929
<div class="text--center"><img src={require('../../images/VPS/Setup/3_Selecting_Name.png').default} alt="Selecting your server name" height="90%" width="90%"/></div>
3030

3131
:::info
32-
**Adding a hostname is optional** and if you don't know what to name your select `Random name` and it'll generate a random name for your server.
32+
**Adding a hostname is optional** and if you don't know what to name your server select `Random name` and it'll generate a random name for your server.
3333
::::
3434

3535
#### Installing an OS
@@ -79,21 +79,21 @@ Before you can start using your new VPS you must first set it up and install you
7979
<div class="text--center"><img src={require('../../images/VPS/Setup/10_Adding_SSHKey.png').default} alt="SSH" height="90%" width="90%"/></div>
8080

8181
:::info
82-
If you already have a keypair generated you can add your public key and click save.
82+
If you already have a key pair generated you can add your public key and click save.
8383
:::
84-
* If you don't already have a keypair you can easily generate one by clicking `Generate Key Pair` button:
84+
* If you don't already have a key pair you can easily generate one by clicking `Generate Key Pair` button:
8585

8686
<div class="text--center"><img src={require('../../images/VPS/Setup/11_Keypair_Generation.png').default} alt="SSH" height="90%" width="90%"/></div>
8787

88-
3. From here you'll need to click the generate button once more to finalize the keypair generation:
88+
3. From here you'll need to click the generate button once more to finalize the key pair generation:
8989

9090
<div class="text--center"><img src={require('../../images/VPS/Setup/12_Generation.png').default} alt="SSH" height="90%" width="90%"/></div>
9191

92-
4. Once generated you'll be shown your keypair, a private and public key:
92+
4. Once generated you'll be shown your key pair, a private and public key:
9393

9494
<div class="text--center"><img src={require('../../images/VPS/Setup/13_Keypair.png').default} alt="SSH" height="90%" width="90%"/></div>
9595

9696
:::warning Store your keys properly
97-
You must store your public and private keys after the keypair has been created. You can do this by saving both keys as text files on your computer. Make sure you duplicate these and keep them safe since if you lose them, you won't be able to access any servers that use them without a bit of tinkering.
97+
You must store your public and private keys after the key pair has been created. You can do this by saving both keys as text files on your computer. Make sure you duplicate these and keep them safe since if you lose them, you won't be able to access any servers that use them without a bit of tinkering.
9898
:::
9999
---

0 commit comments

Comments
 (0)