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 🙋 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 %}