Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(contrib/ec2): fix README from #865
Browse files Browse the repository at this point in the history
There was a mistake in #865 - we want to add the pubkey for
~/.ssh/deis
  • Loading branch information
carmstrong committed May 1, 2014
1 parent 54403a5 commit 57ceade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Default output format [None]:
Generate and upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
```console
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis.pub
```

## Customize cloudformation.json
Expand Down

0 comments on commit 57ceade

Please sign in to comment.