How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "SierraX/openbsd-snapshot"
  config.vm.box_version = "2018.06.07"
end
vagrant init SierraX/openbsd-snapshot \
  --box-version 2018.06.07
vagrant up

This version was created about 6 years ago.

OpenBSD 6.3-current (GENERIC.MP)

Example Vagrantfile - in the how to use this box with Vagrant-Box the config.ssh.sudo_command is missing.

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (434 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (468 MB)