Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Specifying existing private keys works only if keyfile name is the same as AWS keypair's #43
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
delano
May 13, 2010
Collaborator
You are correct, this is a limitation. I'll fix this in the next release.
Thanks for the detailed reports by the way!
You are correct, this is a limitation. I'll fix this in the next release. Thanks for the detailed reports by the way! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
utgarda commentedMay 13, 2010
Rudyfile:
Output:
AWS adds '.pem' file extension automatically, thus default filename for a keypair is different from the keypair's name. If I rename the file and remove '.pem', works ok. Is it meant to be like that, or maybe I can specify both keypair and keyfile?