Comment 0 for bug 1456390

Revision history for this message
Michael Nelson (michael.nelson) wrote : Snappy ec2 getting started tries to upload private key

At https://developer.ubuntu.com/en/snappy/start/#snappy-amazon

the instructions say:

$ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key

This will attempt to upload the newly created *private* key (and fail).

I believe it should be:

$ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key