cirros-dev / cirros

116 stars 33 forks source link

Unable to SSH in to Cirros VM 0.5.2 #111

Open stesrn opened 7 months ago

stesrn commented 7 months ago

In an OpenShift cluster, I have created a Cirros-0.5.2 VM. The problem that I found was that I couldn't connect to the newly created VM using SSH.

When investigating this, I found '/etc/dropbear' was a symlink to '/var/run/dropbear', and there is no such directory - /var/run/dropbear. On creating this directory /var/run/dropbear and restarting dropbear service, I could SSH in to cirros VM.

I have created a pull request to fix the same - https://github.com/cirros-dev/cirros/pull/110

Is this not a generic issue ? Will this be fixed ?