Skip to content

Commit 1f6e12d

Browse files
authored
Merge pull request #365 from lewagon/remote-setup-review
remote setup wording
2 parents 076cf40 + 48e1416 commit 1f6e12d

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

REMOTE_SETUP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Let's redeem the virtual machine on which we will work.
8585
In order to move forwards, you will need to use:
8686
- The SSH **public** and **PRIVATE** keys you just created
8787
- The alias provided to you by Le Wagon
88-
- The IP address provided to you by Le Wagon
88+
- The VM IP address provided to you by Le Wagon
8989

9090
<details>
9191

@@ -254,14 +254,14 @@ Once the VM is started, it takes a couple of minutes for the SSH server to be re
254254
You may take a quick sip ☕️
255255

256256
Let's check the connection to the virtual machine with the command below:
257-
- Replace `👉YOUR_IP_ADDRESS👈` with the IP address for your virtual machine provided to you by Le Wagon
257+
- Replace `👉YOUR_VM_IP_ADDRESS👈` with the VM IP address provided to you by Le Wagon
258258
- Replace `👉PATH_TO_YOUR_PRIVATE_KEY👈` with the path to your **PRIVATE** key
259259

260260
<details>
261261
<summary markdown='span'>Windows</summary>
262262

263263
``` bash
264-
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
264+
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈
265265
# ssh -i C:\Users\<YourUsername>\.ssh\id_ed25519 lewagon@34.52.208.105
266266
```
267267
</details>
@@ -270,7 +270,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
270270
<summary markdown='span'>MacOS & Linux</summary>
271271

272272
``` bash
273-
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
273+
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈
274274
# ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105
275275
```
276276
</details>
@@ -286,7 +286,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
286286
ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105
287287
ssh: connect to host 34.52.208.105 port 22: Operation timed out
288288
```
289-
The virtual machine is not started OR your IP address is not registered, ask a teacher for help 🙋
289+
The virtual machine is not started OR your public IP address is not registered, ask a teacher for help 🙋
290290
</details>
291291

292292

_partials/vm_register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Let's redeem the virtual machine on which we will work.
66
In order to move forwards, you will need to use:
77
- The SSH **public** and **PRIVATE** keys you just created
88
- The alias provided to you by Le Wagon
9-
- The IP address provided to you by Le Wagon
9+
- The VM IP address provided to you by Le Wagon
1010

1111
<details>
1212

_partials/vm_test.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Once the VM is started, it takes a couple of minutes for the SSH server to be re
66
You may take a quick sip ☕️
77

88
Let's check the connection to the virtual machine with the command below:
9-
- Replace `👉YOUR_IP_ADDRESS👈` with the IP address for your virtual machine provided to you by Le Wagon
9+
- Replace `👉YOUR_VM_IP_ADDRESS👈` with the VM IP address provided to you by Le Wagon
1010
- Replace `👉PATH_TO_YOUR_PRIVATE_KEY👈` with the path to your **PRIVATE** key
1111

1212
<details>
1313
<summary markdown='span'>Windows</summary>
1414

1515
``` bash
16-
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
16+
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈
1717
# ssh -i C:\Users\<YourUsername>\.ssh\id_ed25519 lewagon@34.52.208.105
1818
```
1919
</details>
@@ -22,7 +22,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
2222
<summary markdown='span'>MacOS & Linux</summary>
2323

2424
``` bash
25-
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
25+
ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈
2626
# ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105
2727
```
2828
</details>
@@ -40,7 +40,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈
4040
```
4141

4242
{%- if ip_filtering %}
43-
The virtual machine is not started OR your IP address is not registered, ask a teacher for help 🙋
43+
The virtual machine is not started OR your public IP address is not registered, ask a teacher for help 🙋
4444
{%- else %}
4545
The virtual machine is not started, ask a teacher for help 🙋
4646
{%- endif %}

0 commit comments

Comments
 (0)