``` The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! mount -o vers=3,udp 10.168.100.1:/tmp/puppet /tmp/puppet Stdout from the command: Stderr from the command: mount.nfs: requested NFS version or transport protocol is not supported ``` machine status: ``` $ vagrant plugin list vagrant-vbguest (0.25.0, global) $ uname -a Linux yavin4 5.6.0-0.bpo.2-amd64 #1 SMP Debian 5.6.14-2~bpo10+1 (2020-06-09) x86_64 GNU/Linux $ dpkg -l vagrant virtualbox-6.0 linux-headers-5.6.0-0.bpo.2-amd64 ii linux-headers-5.6.0-0.bpo.2-amd64 5.6.14-2~bpo10+1 amd64 Header files for Linux 5.6.0-0.bpo.2-am$ ii vagrant 2.2.3+dfsg-1 all Tool for building and distributing virt$ ii virtualbox-6.0 6.0.24-139119~Debian~buster amd64 Oracle VM VirtualBox lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster ```