If you have installed Faddom via OVA in vCenter and have forgotten the root password when connecting by SSH you can reset it by following the below instructions
Press E to edit
Go to the line that starts with Linux. It appears as two lines but is one (highlighted in red). Append
rd.break
to the end of it
Press
Control+X
to start in single user mode
Access the system with this command
mount -o remount,rw /sysroot
Enter the command
chroot /sysroot
Enter the password command then follow the onscreen prompts to reset the password for the root user
passwd
Update selinux information
touch /.autorelabel
Exit the editor
exit
Reboot your system
reboot
Enter the CI using the user root and the password you just entered
Reset the faddom user password with the commnad
passwd faddom
Connect to SSH via the faddom user to test