You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the installations works like a charm, but since FAT32 does not support file permission there seems to be a problem with accessing the private key when connecting. Copying the private key somewhere to your homefolder and then specifying the path works.
hmm, this is not an issue of vagrant or config. this is default behavior of ssh. Not sure if there is an easy solution. Made a short search, potentially these 2 articles are of interest:
but then there is a problem to add authorized key into the machine. either it needs additional param to specify the public key too, or it should generate it from private.Heap of params is ugly. Whereas the private one is not accessible from VM. And the host might not have ssh-gen ... no elegant solution at the first glance :(
Hello,
the installations works like a charm, but since FAT32 does not support file permission there seems to be a problem with accessing the private key when connecting. Copying the private key somewhere to your homefolder and then specifying the path works.
F:\Vagrant>vagrant ssh -c "sudo /vagrant/scripts/install_addons.sh" vagrant@127.0.0.1: Permission denied (publickey).
ssh -i c:\users\<user>\.ssh\private_key_vagrant vagrant@127.0.0.1 -p 2222
The text was updated successfully, but these errors were encountered: