Comment 2 for bug 819803

Revision history for this message
Kapil Thangavelu (hazmat) wrote : Re: authorized-keys-path is actually a filename, not a path.

I ended up misreading the code here when talking to jeremy on irc, it will try the full path and then the value as a name in ~/.ssh.

The error here is not actually from not finding the keys (which would be a LookupError) but using the amazon keypair (the .pem file).. which won't work with ensemble (Invalid SSH Key error is from ssh command)