How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/hardenedbsd-11"
config.vm.box_version = "201808.24.0"
end
vagrant init bento/hardenedbsd-11 \
--box-version 201808.24.0
vagrant up
This version was created about 5 years ago.
{ "name": "hardenedbsd-11", "version": "201808.24.0", "build_timestamp": "20180831220005", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "hardenedbsd-11-201808.24.0", "template": "hardenedbsd-11-amd64", "packer": "1.2.5", "vagrant": "2.1.2", "providers": [ { "name": "parallels", "version": "13.3.2", "file": "hardenedbsd-11-201808.24.0.parallels.box", "checksum_type": "sha256", "checksum": "def700de5fc3c6d22a117fd940dda0df013ba9769b4a043ff8a9182ed2728a94", "size": "596 MB", "build_time": 2441 } ] }