<p>I've installed all nova services and components successfully, and the instance is running but I can't access it through ssh.</p>
<p>I've followed the docs carefully, and published the sample image and ran the instance, and the nova-compute logs shows that the key is injected into the instance.</p>
<p>I also made the following steps:<br>euca-authorize -P icmp -t -1:-1 default<br>euca-authorize -P tcp -p 22 default</p>
<p>And when I try to access the ssh ubuntu@myip, I get the following message:</p>
<p>"ssh: connect to host myip port 22: Connection refused"</p>
<div>which might indicate that the openssh-server is not installed or running on my instance.</div>
<div> </div>
<div>Any clue here?</div>