From fdcf67d529707c45334d57d47f54f2a3aa2b022f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Manchon?= Date: Wed, 10 Jun 2026 15:03:23 +0200 Subject: [PATCH 1/3] wording --- _partials/vm_register.md | 2 +- _partials/vm_test.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_partials/vm_register.md b/_partials/vm_register.md index 2575b37..90a2bcc 100644 --- a/_partials/vm_register.md +++ b/_partials/vm_register.md @@ -6,7 +6,7 @@ Let's redeem the virtual machine on which we will work. In order to move forwards, you will need to use: - The SSH **public** and **PRIVATE** keys you just created - The alias provided to you by Le Wagon -- The IP address provided to you by Le Wagon +- The VM IP address provided to you by Le Wagon
diff --git a/_partials/vm_test.md b/_partials/vm_test.md index ecf9260..ce574a9 100644 --- a/_partials/vm_test.md +++ b/_partials/vm_test.md @@ -6,14 +6,14 @@ Once the VM is started, it takes a couple of minutes for the SSH server to be re You may take a quick sip ☕️ Let's check the connection to the virtual machine with the command below: -- Replace `👉YOUR_IP_ADDRESS👈` with the IP address for your virtual machine provided to you by Le Wagon +- Replace `👉YOUR_VM_IP_ADDRESS👈` with the VM IP address provided to you by Le Wagon - Replace `👉PATH_TO_YOUR_PRIVATE_KEY👈` with the path to your **PRIVATE** key
Windows ``` bash -ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 +ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈 # ssh -i C:\Users\\.ssh\id_ed25519 lewagon@34.52.208.105 ```
@@ -22,7 +22,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 MacOS & Linux ``` bash -ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 +ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈 # ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105 ```
@@ -40,7 +40,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 ``` {%- if ip_filtering %} - The virtual machine is not started OR your IP address is not registered, ask a teacher for help 🙋 + The virtual machine is not started OR your public IP address is not registered, ask a teacher for help 🙋 {%- else %} The virtual machine is not started, ask a teacher for help 🙋 {%- endif %} From b68da91e236d0861f4aeff9d0e3f97006785acd1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Jun 2026 13:04:03 +0000 Subject: [PATCH 2/3] setup guides generated --- REMOTE_SETUP.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/REMOTE_SETUP.md b/REMOTE_SETUP.md index 4b43bd1..3baf11d 100644 --- a/REMOTE_SETUP.md +++ b/REMOTE_SETUP.md @@ -85,7 +85,7 @@ Let's redeem the virtual machine on which we will work. In order to move forwards, you will need to use: - The SSH **public** and **PRIVATE** keys you just created - The alias provided to you by Le Wagon -- The IP address provided to you by Le Wagon +- The VM IP address provided to you by Le Wagon
@@ -254,14 +254,14 @@ Once the VM is started, it takes a couple of minutes for the SSH server to be re You may take a quick sip ☕️ Let's check the connection to the virtual machine with the command below: -- Replace `👉YOUR_IP_ADDRESS👈` with the IP address for your virtual machine provided to you by Le Wagon +- Replace `👉YOUR_VM_IP_ADDRESS👈` with the VM IP address provided to you by Le Wagon - Replace `👉PATH_TO_YOUR_PRIVATE_KEY👈` with the path to your **PRIVATE** key
Windows ``` bash -ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 +ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈 # ssh -i C:\Users\\.ssh\id_ed25519 lewagon@34.52.208.105 ```
@@ -270,7 +270,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 MacOS & Linux ``` bash -ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 +ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈 # ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105 ```
@@ -286,7 +286,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105 ssh: connect to host 34.52.208.105 port 22: Operation timed out ``` - The virtual machine is not started OR your IP address is not registered, ask a teacher for help 🙋 + The virtual machine is not started OR your public IP address is not registered, ask a teacher for help 🙋 From f453a196d4f966aeb5e9671cfe77730c2e97b831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Manchon?= Date: Wed, 10 Jun 2026 15:04:05 +0200 Subject: [PATCH 3/3] wording --- REMOTE_SETUP.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/REMOTE_SETUP.md b/REMOTE_SETUP.md index 4b43bd1..3baf11d 100644 --- a/REMOTE_SETUP.md +++ b/REMOTE_SETUP.md @@ -85,7 +85,7 @@ Let's redeem the virtual machine on which we will work. In order to move forwards, you will need to use: - The SSH **public** and **PRIVATE** keys you just created - The alias provided to you by Le Wagon -- The IP address provided to you by Le Wagon +- The VM IP address provided to you by Le Wagon
@@ -254,14 +254,14 @@ Once the VM is started, it takes a couple of minutes for the SSH server to be re You may take a quick sip ☕️ Let's check the connection to the virtual machine with the command below: -- Replace `👉YOUR_IP_ADDRESS👈` with the IP address for your virtual machine provided to you by Le Wagon +- Replace `👉YOUR_VM_IP_ADDRESS👈` with the VM IP address provided to you by Le Wagon - Replace `👉PATH_TO_YOUR_PRIVATE_KEY👈` with the path to your **PRIVATE** key
Windows ``` bash -ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 +ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈 # ssh -i C:\Users\\.ssh\id_ed25519 lewagon@34.52.208.105 ```
@@ -270,7 +270,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 MacOS & Linux ``` bash -ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 +ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_VM_IP_ADDRESS👈 # ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105 ```
@@ -286,7 +286,7 @@ ssh -i 👉PATH_TO_YOUR_PRIVATE_KEY👈 lewagon@👉YOUR_IP_ADDRESS👈 ssh -i ~/.ssh/id_ed25519 lewagon@34.52.208.105 ssh: connect to host 34.52.208.105 port 22: Operation timed out ``` - The virtual machine is not started OR your IP address is not registered, ask a teacher for help 🙋 + The virtual machine is not started OR your public IP address is not registered, ask a teacher for help 🙋