Update README.md

This commit is contained in:
Sebastian Haderecker 2019-04-19 00:35:07 +02:00 committed by GitHub
parent 1e5682480b
commit 8ba91add41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,13 +76,18 @@ This ensures that the API access is limited to that project.
<a name="key-pair"></a> <a name="key-pair"></a>
## Import Key Pair ## 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.
<a name="vpc-subnet-securitygroup"></a> <a name="vpc-subnet-securitygroup"></a>
## Create VPC, Subnet and Security Group ## Create VPC, Subnet and Security Group
- VPC and Subnet: - VPC and Subnet:
- Security Group: - 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.
<a name="clone-git"></a> <a name="clone-git"></a>
# Clone Git Repository # Clone Git Repository