From 8ba91add410c2e82ca2955b3ce84b3b1e417a308 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 19 Apr 2019 00:35:07 +0200 Subject: [PATCH] Update README.md --- cloud/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cloud/README.md b/cloud/README.md index da199840..128eda2c 100644 --- a/cloud/README.md +++ b/cloud/README.md @@ -76,13 +76,18 @@ This ensures that the API access is limited to that project. ## Import Key Pair -Log in with the newly created user account and import your SSH public key. +Now log in with the newly created user account and select your project. + + +Import your SSH public key. ## Create VPC, Subnet and Security Group - VPC and Subnet: - Security Group: +The configured Security Group should allow all incoming TCP / UDP traffic. +If you want to secure the management interfaces, you can limit the incoming "allow all" traffic to the port range of 1-64000 and allow access to ports > 64000 only from your trusted IPs. # Clone Git Repository