ssh - Eucalyptus: getting private key from key pair through API / or injecting custom public key to instance -


i'm having simple problem, i'm still bit @ wits end. problems related command:

euca-run-instances -k mykey emi-104915a8

as know, when starting instance in eucalyptus, either through api (as am) or command above, key pair has created. if have understood right, eucalyptus injects public key of key pair instance. there's method in api (using typica, btw) creating such key pair, believe when using it's not possible private key, needing, since i'd administrative stuff external application.

so possible private keys through eucalyptus api? or have managed find solution injecting externally generated key pairs instances? i'm between making own images , either fooling around custom-user parameters, or making general key pair , putting straight image.

i'm fooling around eucalyptus, , trying hand of it, since think it's best know cloud concept trying implement on top of :)

there not can done in matter using typica. recommend creating keypair ssh-ing cloud controller , creating keypair euca-create-keypair command (all through java). private key output of command. save file , carry on.

all best !!!


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -