How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/hardenedbsd-11"
config.vm.box_version = "201812.27.0"
end
vagrant init bento/hardenedbsd-11 \
--box-version 201812.27.0
vagrant up
This version was created over 4 years ago.
{ "name": "hardenedbsd-11", "version": "201812.27.0", "build_timestamp": "20181231040211", "git_revision": "4acf795618cf5e5e60d59cb2458c9555be21ba47", "git_status": "dirty", "box_basename": "hardenedbsd-11-201812.27.0", "template": "hardenedbsd-11-amd64", "packer": "1.3.2", "vagrant": "2.2.0", "providers": [ { "name": "parallels", "version": "14.1.0", "file": "hardenedbsd-11-201812.27.0.parallels.box", "checksum_type": "sha256", "checksum": "931c1a1b72d528d95b645a0cfe30c19ea6979b95d3905adbe81aa01c4cc079cc", "size": "598 MB", "build_time": 544 } ] }