You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 - #110
Is this not a generic issue ? Will this be fixed ?
The text was updated successfully, but these errors were encountered:
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 - #110
Is this not a generic issue ? Will this be fixed ?
The text was updated successfully, but these errors were encountered: