← Back to team overview

openstack team mailing list archive

Re: can't access my running instance through ssh

 

Are you able to view the console output with euca-get-console-output? If so, are there any indications that something went wrong during bootup that might prevent the SSH server from starting inside the instance?

Lorin
--
Lorin Hochstein, Computer Scientist
USC Information Sciences Institute
703.812.3710
http://www.east.isi.edu/~lorin

On Jul 12, 2011, at 11:25 PM, fujiang zhou wrote:

> I've installed all nova services and components successfully, and the instance is running but I can't access it through ssh.
> 
> 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.
> 
> I also made the following steps:
> euca-authorize -P icmp -t -1:-1 default
> euca-authorize -P tcp -p 22 default
> 
> And when I try to access the ssh ubuntu@myip, I get the following message:
> 
> "ssh: connect to host myip port 22: Connection refused"
> 
> which might indicate that the openssh-server is not installed or running on my instance.
>  
> Any clue here?
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


References