From 610033b353078253232f7c49d38f6b7a54a75cc4 Mon Sep 17 00:00:00 2001 From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com> Date: Tue, 18 Aug 2020 23:57:26 -0400 Subject: [PATCH] Update README.md --- aws/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aws/README.md b/aws/README.md index 981d1c3..1281d3d 100644 --- a/aws/README.md +++ b/aws/README.md @@ -42,9 +42,7 @@ A spreadsheet that includes the raw instance data across all AWS regions is avai How to connect to the server via ssh after deployment? -AWS does not allow users to access the instances with an SSH password. Instead, users are instructed to create "key pairs", which are used as credentials to access the instances via SSH. - -The template here generates a key pair for you during the deployment, and that will be available as plain texts in the **"Output"** section after the stack is successfully created. +AWS does not allow users to access the instances with an SSH password. Instead, users are instructed to create "key pairs", which are used as credentials to access the instances via SSH. The template here generates a key pair for you during the deployment, and that will be available as plain texts in the **"Output"** section after the stack is successfully created. You need to note down that key file if you want to later access the VPN server via SSH.