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.breakto the end of it
Press
Control+Xto start in single user mode
Access the system with this command
mount -o remount,rw /sysrootEnter 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 /.autorelabelExit the editor
exitReboot your system
rebootEnter 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



