Skip to content

Commit 57ceade

Browse files
committed
fix(contrib/ec2): fix README from #865
There was a mistake in #865 - we want to add the pubkey for ~/.ssh/deis
1 parent 54403a5 commit 57ceade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ec2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Default output format [None]:
2222
Generate and upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
2323
```console
2424
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis
25-
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis
25+
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis.pub
2626
```
2727

2828
## Customize cloudformation.json

0 commit comments

Comments
 (0)