How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ryanmaclean/openbsd-6.0"
config.vm.box_version = "1.0.0"
end
vagrant init ryanmaclean/openbsd-6.0 \
--box-version 1.0.0
vagrant up
This version was created almost 8 years ago.
An OpenBSD 6.0 64bit image for VMware and VirtualBox.
Created using the following repository: https://github.com/ryanmaclean/packer-openbsd
In order to su to root:
su -
Enter vagrant as the password. If you would like to change that, it can be done by forking the aforementioned repository.
You can also issue sudo su
if you'd prefer to not enter a password, as the vagrant users has been added to sudoers (also configurable).