devstack - Openstack, login to my instance -


i've installed devstack, downloaded trusty ubuntu server image, launched heat flavor instance, created public ssh key, ssh instance, fine.

now may silly question when ssh(ing) instance, how login instance using console provided openstack dashboard?

you following format in terminal

 ssh -i anuruddha.pem ubuntu@192.168.30.212 

anuruddha.pem generated key pair path. ubuntu instances' default user. 192.168.30.212 ip address of instance

for more info see here.


Comments