<div dir="ltr">I'll give the docs you sent a look but my configurations where the default in the tutorial:<br><pre class="">$ oneimage create --name "CentOS-6.4_x86_64" \
    --path "<a href="http://us.cloud.centos.org/i/one/c6-x86_64-20130910-1.qcow2.bz2">http://us.cloud.centos.org/i/one/c6-x86_64-20130910-1.qcow2.bz2</a>" \
    --driver qcow2 \
    --datastore default

$ onetemplate create --name "CentOS-6.4" --cpu 1 --vcpu 1 --memory 512 \
    --arch x86_64 --disk "CentOS-6.4_x86_64" --nic "private" --vnc \
    --ssh<br><br></pre><pre class="">Before creating the vm I added the ssh parameters to the user:<br>"""$ EDITOR=vi oneuser update oneadmin
Add a new line like the following to the template:<br>SSH_PUBLIC_KEY="ssh-dss AAAAB3NzaC1kc3MAAACBANBWTQmm4Gt..."<br>Substitute the value above with the output of cat ~/.ssh/id_dsa.pub."""</pre><pre class="">

<br>$ onetemplate instantiate "CentOS-6.4" --name "My Scratch VM"<br></pre><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 18, 2013 at 2:05 PM, Carlos Martín Sánchez <span dir="ltr"><<a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>On Wed, Dec 18, 2013 at 12:03 PM, Alexander Sibetheros <span dir="ltr"><<a href="mailto:alexsibeth@gmail.com" target="_blank">alexsibeth@gmail.com</a>></span> wrote:<div class="im">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div>I checked the marketplace.. all vms for xen/vmware bases have default username/passwords.<br></div>KVM on the otherhand writes: Add `SSH_PUBLIC_KEY` to contextualization to set root credentials. </div>



</blockquote></div></div><div><br></div><div>I assume you are using this image from the marketplace:</div><div><a href="http://docs.opennebula.org/stable/administration/references/schg.html#configuration" target="_blank">http://docs.opennebula.org/stable/administration/references/schg.html#configuration</a><br>



</div><div><br></div><div>Maybe the problem is a wrong syntax in the VM template. Can you paste its contents?</div><div>It should follow the syntax described here:</div><div><a href="http://docs.opennebula.org/stable/user/references/template.html?highlight=context#context-section" target="_blank">http://docs.opennebula.org/stable/user/references/template.html?highlight=context#context-section</a><br>



</div><div><br></div><div>You can read more about the contextualization mechanism here:</div><div><a href="http://docs.opennebula.org/stable/user/virtual_machine_setup/context_overview.html" target="_blank">http://docs.opennebula.org/stable/user/virtual_machine_setup/context_overview.html</a><br>



</div><div><br></div><div>Regards</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">--<br><div>Carlos Martín, MSc<br>Project Engineer</div><div>OpenNebula - Flexible Enterprise Cloud Made Simple<br><div><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>



</div></div></div><div><div class="h5">
<br><br><div class="gmail_quote">On Wed, Dec 18, 2013 at 12:03 PM, Alexander Sibetheros <span dir="ltr"><<a href="mailto:alexsibeth@gmail.com" target="_blank">alexsibeth@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



<div dir="ltr"><div><div><div>Unfortunately no..<br>I checked the marketplace.. all vms for xen/vmware bases have default username/passwords.<br></div>KVM on the otherhand writes: Add `SSH_PUBLIC_KEY` to contextualization to set root credentials.
<br></div><br></div><br></div><div class="gmail_extra"><div><div><br><br><div class="gmail_quote">On Wed, Dec 18, 2013 at 12:47 PM, Jens Hoffmann <span dir="ltr"><<a href="mailto:jens.hoffmann@cuesoft.eu" target="_blank">jens.hoffmann@cuesoft.eu</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Does this link provide correct credentials for your image:<br>




<a href="http://opennebula.org/cloud:sandbox:kvm#what_are_the_users_and_the_passwords" target="_blank">http://opennebula.org/cloud:sandbox:kvm#what_are_the_users_and_the_passwords</a>?<br>
<br>
<br>
Jens<br>
<br>
--<br>
gpg --keyserver <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a> --recv-keys 0xDB1CAFB5<br>
<div><div><br>
<br>
<br>
<br>
On 12/18/2013 11:31 AM, Alexander Sibetheros wrote:<br>
> I recently set up a simple 2 node opennebula(ubuntu/kvm) (using vmware<br>
> vm's), following the tutorial.<br>
><br>
> I got a centOS vm to run, but cannot log in.<br>
> I read on other sites that login in is done via ssh and not vnc, but<br>
> whenever I ssh root@..vm_ip... I get prompted for password which I<br>
> dont have.<br>
><br>
><br>
> I followed this step from the tutorial(before running I ran ssh-keygen<br>
> -t dsa, because the id_dsa.pub file did not exist):<br>
><br>
> """In order to dynamically add ssh keys to Virtual Machines we must<br>
> add our ssh key to the user template, by editing the user template:<br>
><br>
> $ EDITOR=vi oneuser update oneadmin<br>
><br>
> Add a new line like the following to the template:<br>
><br>
> SSH_PUBLIC_KEY="ssh-dss AAAAB3NzaC1kc3MAAACBANBWTQmm4Gt..."<br>
><br>
> Substitute the value above with the output of |cat ~/.ssh/id_dsa.pub|."""<br>
><br>
><br>
><br>
> --<br>
> Alexander Sibetheros<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br><br clear="all"><br></div></div><span><font color="#888888">-- <br><div dir="ltr"><div><div><div>Alexander Sibetheros<br></div></div></div></div>
</font></span></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br></div></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div><div><div>Alexander Sibetheros<br></div></div></div></div>
</div></div>