Header Shadow Image


OpenNebula VM Password Prompt

When instantiating VM's through OpenNebula, when logging into those VM's, the VM's may ask you for a password.  The solution here is to edit the template in the GUI and add a context to it including the public SSH key.  Click on the template then Update from the top right hand side buttom row then enter the key in:

 

SSH Password Prompt - Missing SSH Contextualization

If the above field is empty, ensure it has the proper passless SSH key.  Further reading on contextualization.

The other reason for this issue is that you are trying to get into your machine as opennebula.  Try as root instead:

[oneadmin@opennebula01 .ssh]$ ssh 192.168.0.100
oneadmin@192.168.0.100's password:

[oneadmin@opennebula01 .ssh]$ ssh root@192.168.0.100
[root@localhost ~]#

Cheers,
TK

 

Leave a Reply

You must be logged in to post a comment.


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License