AndrewDryga / vagrant-box-osx

Issue tracker for macOS Sierra Vagrant box.
https://app.vagrantup.com/AndrewDryga/boxes/vagrant-box-osx
MIT License
983 stars 106 forks source link

password? #19

Closed levelos closed 9 years ago

levelos commented 9 years ago

What's the vagrant user's password? After being idle for a bit, OS X requires a login. Could this be configurable? Thanks!

WayneBuckhanan commented 9 years ago

I just tested and confirmed the password for the vagrant user is the typical "vagrant" (w/o quotes).

I feel like I'm missing something obvious -- how are you getting a GUI from this vagrant box? I'm using it as commandline only so far...

AndrewDryga commented 9 years ago

@levelos Hi. User and password is default for Vagrant (vagrant:vagrant) and this user have paswordless sudo.

@WayneBuckhanan to start in GUI mode you should change vb.gui flag to true. Here it is: https://github.com/AndrewDryga/vagrant-box-osx/blob/master/Vagrantfile#L22

levelos commented 9 years ago

Thanks Andrew, I didn't realize it was that obvious :)