__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**.
__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 **Create Key Pair**.
__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).
__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).
__4.__ Set access privileges on `~/.ssh/` folder:
...
...
@@ -144,7 +144,7 @@ your virtual machine via SSH from your local terminal.
openstack security group show default
```
## Create Virtual Machine Instance
## Create a Virtual Machine Instance
=== "GUI"
...
...
@@ -155,7 +155,7 @@ 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.
__5.__ Select appropriate network based on your project type and continue to **Key Pair** in the left menu.
=== "Personal project"
For personal project select personal-project-network-subnet from network `147-251-115-pers-proj-net`
For personal project select personal-project-network-subnet from network `147-251-115-pers-proj-net`.
!!! example
...
...
@@ -185,7 +185,7 @@ your virtual machine via SSH from your local terminal.
=== "Group project"
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)
For group project select group-project-network-subnet from network `group-project-network` (check if [Router gateway](../how-to-guides/create-router.md#router-creation) is set).
!!! example
...
...
@@ -228,21 +228,22 @@ your virtual machine via SSH from your local terminal.
Login using your SSH key as selected in Key pair above
Login using your SSH key as selected in Key pair above.
Connect to the instance using **ssh system@floating-ip**, where `system` refers to the image OS (ubuntu, debian, centos) and `floating-ip` is the one associated.
Connect to the instance using **ssh system@floating-ip**, as described on page [Accessing instances](../how-to-guides/accessing-instances.md).
More information about login options is described on the [Accessing Instances](../how-to-guides/accessing-instances.md) page.