3 thoughts on “Remove default vagrant user”

  1. 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

Leave a Comment