EN
Vagrant + Ubuntu - what is the default username and password to login for the first time?
1
answers
4
points
I have a problem.
What is the default username and password for Ubuntu created from Vagrant?
I created Ubuntu with Vagrant and I try to login for the first time.
1 answer
7
points
When we login to Ubuntu for the first time after installation from Vagrant box we need to use:
For Ubuntu 14, CentOS 7:
Default username: root
Default password: vagrant
For Ubunut 16:
Default username: vagrant
Default password: vagrant
Here is wiki post which solve this problem:
0 comments
Add comment