Last active
June 8, 2022 06:19
-
-
Save maxivak/c318fd085231b9ab934e631401c876b1 to your computer and use it in GitHub Desktop.
Vagrant with Ubuntu 16.04 in VirtualBox
What is the root password to put when you do, su - ?
look at the 'vagrant up' output it has a section that shows
"...
default: SSH username: ubuntu
default: SSH auth method: password
..."
@ankitgaur-tudip use 'sudo su -' to switch to root then just type 'passwd' to set a root password.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK. 谢谢。