How To Secure Your SimpleRisk VM
How To Secure Your SimpleRisk VM
passwords for the SimpleRisk VM. We strongly recommend anyone using the VM to update
these passwords before extensive use of the VM image.
You will want to have strong passwords to replace these with and store them securely.
Securing MySQL:
1) Log in to the VM via the console (or enable SSH access and log in that way) using user
"simplerisk" and password "simplerisk".
2) Grab the current root password created at installation from the text file found at
/root/passwords.txt.
3)Run the command "mysqladmin -u root -p password MyNewRootPass" to change the
password for root. When prompted the original password is "simplerisk".
4) Log into mysql as root with the command "mysql -u root -p" and enter the new root password.
5) Run the command "use mysql;"
6) Run the command "UPDATE user SET authentication_string=PASSWORD('MyNewPass') where
USER='simplerisk';" to update the password for the simplerisk user.
1) Log in to the VM via the console (or enable SSH access and log in that way) using user
"simplerisk" and password "simplerisk".
2) Once logged in type “passwd”, this will ask you for the old password which is “simplerisk”
then ask you to repeat your new password twice to confirm the change. Keep this safe and
readily available as you will need it in the next steps
3) Next to change the root password type “sudo passwd root” and then the password for your
user which by default was “simplerisk” and now should be whatever you just set it to on the
previous step.
4) Now type a new strong password for the root account, then confirm the password a second
time.
1) We will now change the SimpleRisk "admin" password, first go ahead and login to
your SimpleRisk using the following credentials:
Username: admin
Password: admin
2) Click "Admin" at the far top right and select "My Profile" from the drop down
3) Scroll down to the last section and you will see fields to enter the current password.
("admin")
4) Now enter your new strong password and repeat.
5) Finally click update and you will have updated your SimpleRisk Admin password.
You have now taken your first major steps to securing your SimpleRisk VM
If you have any questions about these steps or any concerns in general please contact us using
[email protected]. Thank you.