Adding minus to flag '-i' (#198)

This commit is contained in:
Andrey Esin 2019-03-11 21:59:07 +03:00 committed by Kyle Carberry
parent 8aff206538
commit 1df352fe26
1 changed files with 2 additions and 2 deletions

View File

@ -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<img src="../../assets/aws_ubuntu.png">