Sometimes connecting via SSH takes ages, rebooting logind seems to help.
linuxfind . -name ".vagrant" -type d -exec /bin/bash -c 'echo -e "\n\n\n{}" | sed s/\.vagrant$//; cd {}; vagrant status ' \;
linux server snippet unix vagrantCheck status of all your configured Vagrant boxes
linux server snippet unix vagrant