Atlas ubuntu/xenial64 password

新手上路,请多包涵

Today I upgrant my vagrantbox from ubuntu/trusty64 to ubuntu/xenial64
but I found that username changed to ubuntu and I don't konw the password
I try "vagrant" as default password but It's wrong,Someone can tell me the default password of ubuntu/xenial64?

阅读 3.8k
1 个回答

username: vagrant
password: vagrant

but that's for ubuntu 14.04
I guess maybe it's
username: ubuntu
password: ubuntu

that's my guess
if not working, then u can change or set it by yourself

using

vagrant up
vagrant ssh 

into your box.

then

sudo passwd <username>

will do the trick..

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进