Vagrant: missing file id_rsa

半城伤御伤魂 提交于 2019-12-05 00:03:14

It looks like you need to generate an SSH key? You can do that by entering the command ssh-keygen -t rsa -C "your_email@example.com" (with your own email obviously) if you're using Git Bash.

When it prompts you for where to save the key just hit enter. Passphrase is also optional, just hit enter twice for a blank passphrase.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!