<div dir="ltr">As stated in the image description SSH_PUBLIC_KEY setups root user:<div><br></div><div>  <span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px">Use</span><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px"> </span><code style="line-height:18px;padding:2px 4px;font-family:Menlo,Monaco,Consolas,'Courier New',monospace;font-size:12px;color:rgb(221,17,68);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:rgb(247,247,249);border:1px solid rgb(225,225,232)">SSH_PUBLIC_KEY</code><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px"> </span><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px">to setup root account login.</span></div>
<div><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px"><br></span></div><div style><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px">Try using the ssh private key that goes with the one you set in the contextualization. Connect to root user.</span></div>
<div style><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px"><br></span></div><div style><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px">USERNAME parameter has no meaning there.</span></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 1, 2013 at 2:24 PM, Mark Farragher <span dir="ltr"><<a href="mailto:mark@firstfocus.eu" target="_blank">mark@firstfocus.eu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm trying to log in to this virtual machine that I downloaded from the marketplace:<br>
<br>
        <a href="https://marketplace.c12g.com/appliance/4fc76a938fb81d3517000001" target="_blank">https://marketplace.c12g.com/appliance/4fc76a938fb81d3517000001</a><br>
<br>
Contextualisation of the network works fine, after instantiating the virtual machine I see it appearing on IP address 10.0.0.13. But no matter what I try, I cannot log in.<br>
<br>
Can someone explain to me exactly what I need to do to set up a user account in this virtual machine (or even just to be able to log in?).  I understand that I need to configure the SSH_PUBLIC_KEY parameter in the contextualisation section, but I do not understand which key I need to put in there. I used the public key of my "kvmuser" account on the host, but I am unable to SSH into the virtual machine with this user; it keeps asking for a password.<br>

<br>
I also see that there is a parameter called "USERNAME" but I do not understand how I can configure the password for this user during contextualisation. Logging in with a blank password does not work, and neither does the password as set on the host.<br>

<br>
I have the impression I'm not getting a crucial part of contextualisation. Can someone point me in the right direction?<br>
<br>
<br>
This is my VM template:<br>
<br>
CONTEXT=[<br>
 ETH0_DNS="$NETWORK[DNS, NETWORK=\"lan\"]",<br>
 ETH0_GATEWAY="$NETWORK[GATEWAY, NETWORK=\"lan\"]",<br>
 ETH0_IP="$NIC[IP, NETWORK=\"lan\"]",<br>
 ETH0_MASK="$NETWORK[NETWORK_MASK, NETWORK=\"lan\"]",<br>
 ETH0_NETWORK="$NETWORK[NETWORK_ADDRESS, NETWORK=\"lan\"]",<br>
 HOSTNAME="vm$VMID",<br>
 SSH_PUBLIC_KEY="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgqWYN6yHZ+RedZ13IKCqxuN1WBSvtcZ7kI3FZuBQVIiF4jy3B5y5tL77k02L79izE00KmIPPTy6hvvJWTfD4qeaqyICJl2EFFAje0Ws898rbuxyLkLSd318L9lTAhdAiCw/7EDTaPzM5oGrxPzwdOoDCZPxHf9ry65NoN1N+wdxqlHv974PWgadqsRLVu05JB4qIBKTPxiF2B3maT6gjPjW44TUOKdDaMG1FQbcgbB/0MoajGNCsAw4Kliy11DK0laAb0FL30GOafOKNAlSoqY+WT+G1Iv2micS/J1xGn3NRWN+wzH/qmHVRX6BR5ByDLlAl0Y2P5l0cPJAKQBgp3 kvmuser@Pinky",<br>

 USERNAME="kvmuser" ]<br>
<br>
CPU="0.10"<br>
<br>
DISK=[<br>
 BUS="virtio",<br>
 DEV_PREFIX="hd",<br>
 IMAGE="Ubuntu Server 12.04 (Precise Pangolin) - kvm",<br>
 TARGET="hda" ]<br>
<br>
FEATURES=[<br>
 ACPI="yes",<br>
 APIC="yes",<br>
 PAE="yes" ]<br>
<br>
GRAPHICS=[<br>
 LISTEN="localhost",<br>
 PORT="5911",<br>
 TYPE="vnc" ]<br>
<br>
MEMORY="2000"<br>
NAME="Ubuntu Server 12.04"<br>
<br>
NIC=[<br>
 BRIDGE="br0",<br>
 IP="10.0.0.13",<br>
 MAC="02:00:0a:00:00:0d",<br>
 MODEL="virtio",<br>
 NETWORK="virtual machine lan",<br>
 NETWORK_ID="3",<br>
 PHYDEV="eth1",<br>
 VLAN="YES" ]<br>
<br>
OS=[<br>
 ARCH="x86_64",<br>
 BOOT="hd" ]<br>
<br>
RAW=[<br>
 DATA="<devices><serial type=\"pty\"><source path=\"/dev/pts/5\"/><target<br>
port=\"0\"/></serial><console type=\"pty\" tty=\"/dev/pts/5\"><source<br>
path=\"/dev/pts/5\"/><target port=\"0\"/></console></devices>",<br>
 TYPE="kvm" ]<br>
<br>
TEMPLATE_ID="4"<br>
<br>
<br>
Kind regards<br>
<br>
Mark Farragher<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">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"><div><br></div>-- <br>Javier Fontán Muiños<br>Project Engineer<br>OpenNebula - The Open Source Toolkit for Data Center Virtualization<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:jfontan@opennebula.org" target="_blank">jfontan@opennebula.org</a> | @OpenNebula
</div>