mirror of https://git.tuxpa.in/a/code-server.git
Adding minus to flag '-i' (#198)
This commit is contained in:
parent
8aff206538
commit
1df352fe26
|
@ -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
|
- 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
|
- 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`
|
>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<img src="../../assets/aws_ubuntu.png">
|
- 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](../..
|
||||||
> 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.
|
> 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).
|
> 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).
|
||||||
|
|
Loading…
Reference in New Issue