From 1df352fe2679deb7770c7c339c254a81a2520774 Mon Sep 17 00:00:00 2001 From: Andrey Esin Date: Mon, 11 Mar 2019 21:59:07 +0300 Subject: [PATCH] Adding minus to flag '-i' (#198) --- doc/admin/install/aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/install/aws.md b/doc/admin/install/aws.md index 6be6cd26..79f99ca1 100644 --- a/doc/admin/install/aws.md +++ b/doc/admin/install/aws.md @@ -28,7 +28,7 @@ If you're just starting out, we recommend [installing code-server locally](../.. - In the description of your EC2 instance copy the public DNS (iPv4) address using the copy to clipboard button - Open a terminal on your computer and use the following command to SSH into your EC2 instance ``` - ssh i "path/to/your/keypair.pem" ubuntu@(paste the public DNS here) + ssh -i "path/to/your/keypair.pem" ubuntu@(paste the public DNS here) ``` >example: `ssh -i "/Users/John/Downloads/TestInstance.pem" ubuntu@ec2-3-45-678-910.compute-1.amazonaws.co` - You should see a prompt for your EC2 instance like so @@ -54,4 +54,4 @@ If you're just starting out, we recommend [installing code-server locally](../.. > The `-p 80` flag is necessary in order to make the IDE accessible from the public IP of your instance (also available from the description in the instances page. --- -> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:support@coder.com?subject=Self-hosted%20quickstart%20guide). \ No newline at end of file +> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:support@coder.com?subject=Self-hosted%20quickstart%20guide).