@@ -85,7 +85,7 @@ Let's redeem the virtual machine on which we will work.
8585In 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
254254You may take a quick sip ☕️
255255
256256Let'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
0 commit comments