mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
docs: fix typo in AWS installation guide
Fixes referring to previously created key file with .pen extension instead of .pem. Fixes: #6412 Signed-off-by: Sig00rd <sfugas@virtuslab.com>
This commit is contained in:
parent
60bb9d114a
commit
2d43e13102
@ -123,7 +123,7 @@ Refer to [this guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-ec2-l
|
|||||||
SSH into the machine
|
SSH into the machine
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ssh -i MyKeyPair.pen ubuntu@${IP}
|
$ ssh -i MyKeyPair.pem ubuntu@${IP}
|
||||||
```
|
```
|
||||||
|
|
||||||
Go onto the next step.
|
Go onto the next step.
|
||||||
|
Loading…
Reference in New Issue
Block a user