OpenStack CLI how-to
1 open thread
1 open thread
Compare changes
@@ -18,6 +18,7 @@ Prerequisites:
@@ -18,6 +18,7 @@ Prerequisites:
@@ -54,6 +55,8 @@ __5.__ Wait to be redirected back to our dashboard.
@@ -54,6 +55,8 @@ __5.__ Wait to be redirected back to our dashboard.
All virtual machine instances running in the cloud have to be accessed remotely. The most common way of accessing
__1.__ Navigate to **Project > Compute > Key Pairs** and click the **Create Key Pair** button.
@@ -76,6 +79,20 @@ chmod 644 .ssh/id_rsa.pub
@@ -76,6 +79,20 @@ chmod 644 .ssh/id_rsa.pub
In MetaCentrum Cloud, all incoming traffic from external networks to virtual machine instances is blocked by default.
@@ -85,6 +102,8 @@ You need to add at least one new rule to be able to connect to your new instance
@@ -85,6 +102,8 @@ You need to add at least one new rule to be able to connect to your new instance
This is similar to setting up firewall rules on your router or server. If set up correctly, you will be able to access
__1.__ Go to **Project > Network > Security Groups**. Click on **Manage Rules**, for the **default** security group.
@@ -108,8 +127,27 @@ __2.__ Click on **Add rule**, choose **SSH**, and leave the remaining fields unc
@@ -108,8 +127,27 @@ __2.__ Click on **Add rule**, choose **SSH**, and leave the remaining fields unc
For details, refer to [the official documentation](https://docs.openstack.org/horizon/train/user/configure-access-and-security-for-instances.html).
@@ -159,7 +197,38 @@ __6.__ In **Key Pair** select the key that was created in section [Create Key Pa
@@ -159,7 +197,38 @@ __6.__ In **Key Pair** select the key that was created in section [Create Key Pa
@@ -168,7 +237,10 @@ For group project always select the same network as used in
@@ -168,7 +237,10 @@ For group project always select the same network as used in
Connect to the instance using **ssh system@floating-ip**, as described on page [Accessing instances](../how-to-guides/accessing-instances.md).