[Openstack] ssh login for Grizzly ubuntu 12.04
Jay Pipes
jaypipes at gmail.com
Fri Aug 2 13:30:58 UTC 2013
On 08/02/2013 08:39 AM, raghavendra.lad at accenture.com wrote:
> Hi Openers,
>
> I have installed the Grizzly version of openstack . I request if anybody
> can provide steps how to ssh to instance. I would be grateful.
>
> Any help would be highly appreciated.
When you launch an instance, specify the name of the keypair you will
use to log into the instance. Ensure you have associated a floating IP
to the instance, then SSH to it:
ssh -i /path/to/your/private/key <USER>@<FLOATING_IP>
The <USER> will be dependent on what type of image you launched. For
example, for most Ubuntu images, the user would be "ubuntu".
Best,
-jay
More information about the Openstack
mailing list