Dear, Many (almost all) instances created from images does’t allow you to login interactively via the console but only through ssh public/private keys. You should associate a public floating IP to your instance and then connect using an ssh client. Please have a look at this tutorial: https://www.youtube.com/watch?v=mb7CdMnZh7Q&index=4&list=PLR9elAI9JscSOuSnwIkGzSVW1QKgfDk6d Another way could be to inject in the instance a cloud-init script when creating it. It can be something similar to this: e.g.: #cloud-config password: admin chpasswd: { expire: False } ssh_pwauth: True Best, Daniele On 30 Jun 2015, at 11:37, Дайнович Максим <alexmax29 at gmail.com> wrote: > Hi > I want to connect to my virtual machine through "Connect directly to the Virtual Machine display" but is asks the login user and password. > http://gyazo.com/7fd695c43b535663062db3d36e2783a5 > I'm trying to enter username "orion" and password "orion" (as it said in docs https://github.com/telefonicaid/fiware-orion) but nothing happens, I can't pass login process. Can you help me? > Thanks. > > Regards, > Maksim Dainovich > _______________________________________________ > Fiware-lab-help mailing list > Fiware-lab-help at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-lab-help -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 204 bytes Desc: Message signed with OpenPGP using GPGMail URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20150630/18899cc8/attachment.pgp>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy