Fix based on Ondrej Jakl comments
All threads resolved!
All threads resolved!
Compare changes
@@ -63,13 +63,13 @@ an instance remotely is SSH. Using SSH requires a pair of keys - a public key an
@@ -63,13 +63,13 @@ an instance remotely is SSH. Using SSH requires a pair of keys - a public key an
__2.__ In the **Create key Pair** insert the **Key Pair Name**. Avoid using special characters, if possible. Next select SSH key for **Key Type** and finally confirm with **Done**.
__3.__ Download the private key to your local computer and move it to the `~/.ssh/` folder. If you are using windows, refer to [accessing from windows](../technical-reference/remote-access.md#accessing-from-windows).
@@ -144,7 +144,7 @@ your virtual machine via SSH from your local terminal.
@@ -144,7 +144,7 @@ your virtual machine via SSH from your local terminal.
@@ -155,7 +155,7 @@ your virtual machine via SSH from your local terminal.
@@ -155,7 +155,7 @@ your virtual machine via SSH from your local terminal.
If you are creating more instances, `-%i` will be automatically appended to the name of each instance. Continue via **Next**
@@ -173,11 +173,11 @@ your virtual machine via SSH from your local terminal.
@@ -173,11 +173,11 @@ your virtual machine via SSH from your local terminal.
__5.__ Select appropriate network based on your project type. and continue to **Key Pair** in the left menu.
For personal project select personal-project-network-subnet from network `147-251-115-pers-proj-net`
@@ -185,7 +185,7 @@ your virtual machine via SSH from your local terminal.
@@ -185,7 +185,7 @@ your virtual machine via SSH from your local terminal.
For group project select group-project-network-subnet from network group-project-network (check if [Router gateway](../how-to-guides/create-networking.md#router-creation) is set)
@@ -228,21 +228,22 @@ your virtual machine via SSH from your local terminal.
@@ -228,21 +228,22 @@ your virtual machine via SSH from your local terminal.
Connect to the instance using **ssh system@floating-ip**, as described on page [Accessing instances](../how-to-guides/accessing-instances.md).