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
Clarifications on this bug I found while debugging it: This error only occurs when the user running vagrant ssh is the same owner as the private key file, and the private key file is not chmodded to 0600.
Therefore, this probably only affects a small number of Vagrant users at the moment, luckily. (Specifically those who installed via RVM or something similar)
SSH fails when the default key in the gem isn't set to read write and execute by the owner.
The text was updated successfully, but these errors were encountered: