Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Thank you, thanks to your idea of copying the key file from vagrant elsewhere I realized what problem I had - I used the libvirt provider on Linux. This is important because with libvirt provider you need to initialize vagrant with sudo and all files within the .vagrant folder are therefore owned by root. And permissions on the file were rw------- so only root had permissions to read the key file. Perhaps this might be helpful to anyone.
    – TomasH
    Commented Apr 2, 2019 at 20:14