Skip to content

Commit 1df352f

Browse files
esinkylecarbs
authored andcommitted
Adding minus to flag '-i' (#198)
1 parent 8aff206 commit 1df352f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/admin/install/aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
2828
- In the description of your EC2 instance copy the public DNS (iPv4) address using the copy to clipboard button
2929
- Open a terminal on your computer and use the following command to SSH into your EC2 instance
3030
```
31-
ssh i "path/to/your/keypair.pem" ubuntu@(paste the public DNS here)
31+
ssh -i "path/to/your/keypair.pem" ubuntu@(paste the public DNS here)
3232
```
3333
>example: `ssh -i "/Users/John/Downloads/TestInstance.pem" [email protected]`
3434
- You should see a prompt for your EC2 instance like so<img src="../../assets/aws_ubuntu.png">
@@ -54,4 +54,4 @@ If you're just starting out, we recommend [installing code-server locally](../..
5454
> 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.
5555
5656
---
57-
> 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:[email protected]?subject=Self-hosted%20quickstart%20guide).
57+
> 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:[email protected]?subject=Self-hosted%20quickstart%20guide).

0 commit comments

Comments
 (0)