How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ivanovk/debian11"
end
vagrant init ivanovk/debian11
vagrant up
This version was created about 2 months ago.
Permit ssh login with password
This version was created about 2 months ago.
Add sudo to user vagrant. Install VB GuestAdditions.
This version was created about 2 months ago.
There isn't a description.