I'm trying to understand how all the key transactions work with Amazon in
particular. I'm using the compute-basics example, but because I'm using
ubuntu, I had to modify the runScript(AdminAccess.standard()) to add
overrideLoginUser("ubuntu"). It eliminated the error, but it didn't seem to
add my username, so I also had to modify getLoginForCommandExecution to
change it from looking up my username to using ubuntu.

So to start out does jclouds generates a key or it use amazon's API to
create one? Then it uses that key just once to authorize myself, and from
then on I just use my personal user and ssh key that was authorized?

Thanks!

Reply via email to