openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #03155
can't access my running instance through ssh
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?
Follow ups