Setting up Vagrant for the first time and I'm using the VAGRANT_HOME
environment variable to change the location of the ~/.vagrant.d
folder to an external drive (I'm paranoid about SSD wear and tear, sue me). This is causing an issue with the vagrant ssh
command as it's complaining about not having the right permissions and I can't use chmod
to change the permissions for the file it wants on an exFAT volume.
Is there a workaround? I've checked the documentation and there doesn't seem to be a setting where I can specify a different location for the insecure key, but I might be missing something.
Thanks!