diff --git a/0-quickstart/CreateKeyPair.png b/0-quickstart/CreateKeyPair1.png
similarity index 100%
rename from 0-quickstart/CreateKeyPair.png
rename to 0-quickstart/CreateKeyPair1.png
diff --git a/0-quickstart/README.md b/0-quickstart/README.md
index af60c43fb1e39ea207cf42ee39a4735f54cbb1a0..3ffc3a8022f5bda02fbe66c78102e10e58996f8a 100644
--- a/0-quickstart/README.md
+++ b/0-quickstart/README.md
@@ -23,9 +23,9 @@ To sign in,
 To create a first instance accessible from the network you typically need to go through a few one-time steps that are not required later on. The first step is to create/import SSH keys.
 
 1. To create a new SSH key pair, go to **Project > Compute > Key Pairs** and click the button "Create Key Pair"  
-  {% reveal text="Click here to show a screenshot" %}
-  ![](/0-quickstart/CreateKeyPair.png)
-  {% endreveal %}
+{% reveal text="Click here to show a screenshot" %}
+  ![](/0-quickstart/CreateKeyPair1.png)
+{% endreveal %}
 
 2. Name your new key and click on "Create Key Pair" again. Avoid using special characters, if possible.
 {% reveal text="Click here to show a screenshot" %}
@@ -34,7 +34,7 @@ To create a first instance accessible from the network you typically need to go
 
 3. You can see your newly created key pair and its fingerprint. We recommend you save it in a safe location and back it up in case you accidentally delete it.
 {% reveal text="Click here to show a screenshot" %}
-    ![](/0-quickstart/CreateKeyPair3.png)
+  ![](/0-quickstart/CreateKeyPair3.png)
 {% endreveal %}
 
 ## 3. Set up Security Groups
@@ -42,18 +42,16 @@ In OpenStack, all incoming network traffic is blocked by default. You need to ex
 
 1. Go to **Project >  Networks > Security Groups** You can see a default security group. You can either create a new one or edit the default group by clicking on "Manage Rules".
 {% reveal text="Click here to show a screenshot" %}
-   ![](/0-quickstart/SecurityGroups1.png)
+  ![](/0-quickstart/SecurityGroups1.png)
 {% endreveal %}
-
-2. Click on the button "Add rule", give the rule a name and choose "ALL ICMP". Leave the rest of the fields unchanged.
+2. Click on the button "Add rule", choose "SSH" and leave the remaining fields unchanged.  
 {% reveal text="Click here to show a screenshot" %}
-   ![](/0-quickstart/SecurityGroups3.png)
+  ![](/0-quickstart/SecurityGroups2.png)
+{% endreveal %}
+3. Click on the button "Add rule", choose "ALL ICMP" and leave the remaining fields unchanged.
+{% reveal text="Click here to show a screenshot" %}
+  ![](/0-quickstart/SecurityGroups3.png)
 {% endreveal %}
-
-3. Add another rule. This time choose "SSH" and leave the remaining fields unchanged.  
-   {% reveal text="Click here to show a screenshot" %}
-   ![](/0-quickstart/SecurityGroups2.png)
-   {% endreveal %}
 
 ## 4. Start a virtual machine
 1. To spin up a new virtual machine, navigate to **Project > Compute > Instances** and click on the "Launch Instance" button.
diff --git a/0-quickstart/SecurityGroups1.png b/0-quickstart/SecurityGroups1.png
new file mode 100644
index 0000000000000000000000000000000000000000..e4e12e08821a10d036f0f7c48bdc760253981383
Binary files /dev/null and b/0-quickstart/SecurityGroups1.png differ
diff --git a/0-quickstart/SecurityGroups2.png b/0-quickstart/SecurityGroups2.png
new file mode 100644
index 0000000000000000000000000000000000000000..09a69aab8a78a899f4ba6113030860ca92c1f4a0
Binary files /dev/null and b/0-quickstart/SecurityGroups2.png differ
diff --git a/0-quickstart/SecurityGroups3.png b/0-quickstart/SecurityGroups3.png
new file mode 100644
index 0000000000000000000000000000000000000000..906c18df426e3f7365d2f0a197010d4c1b0cff44
Binary files /dev/null and b/0-quickstart/SecurityGroups3.png differ