I have not specified any password before. A simple enter does not let me in.
How can I regain control over this machine?
CodePudding user response:
You can connect to your VM using SSH and then you log in as root
using sudo su
. Then you can change the password of any user using passwd USER_NAME