OVA root password?

At first boot of the imported OVA the system states that mariadb random credentials for root user and passbolt user are stored in /root/.mysql_credentials. However, I get a permission denied when trying to access the /root directory.

Additionally I would like to set a static IP but cannot enter sudo su as the root password for is unknown.

Any help would be appreciated.
~Aaron

Hello Aaron,

You can access the file with sudo without any problems:
sudo vi /root/.mysql_credentials

sudo su is not allowed, but you can execute any command using sudo.

Hope it will help,
Cédric

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.