Remove default vagrant user May 22, 2018 by hellaghettokidz Is it possible to remove the default vagrant user from a Windows box?
the `vagrant` user is basically a requirement for Vagrant base boxes. Its how the vagrant runtime interacts with the running VM/image (setting up the FS/mapping folders/running provisioners) https://www.vagrantup.com/docs/boxes/base.html Are you sure you want to remove it? Vagrant boxes should only be used for development, so there shouldnt really be any security concerns. Reply
As in the host OS is Windows, or the Guest OS is Windows?
In the guest. There’s a vagrant user by default. I’d like to not create that.
the `vagrant` user is basically a requirement for Vagrant base boxes. Its how the vagrant runtime interacts with the running VM/image (setting up the FS/mapping folders/running provisioners)
https://www.vagrantup.com/docs/boxes/base.html
Are you sure you want to remove it? Vagrant boxes should only be used for development, so there shouldnt really be any security concerns.