• 采用private key登录失败 default: SSH auth method: private key default: Warning: Authentication failure. Retrying... default: Warning: Authentication failure. Retrying... default: Warning: Authentication failure. Retrying...

可以修改Vagrantfile文件,添加:

  config.ssh.username = "vagrant"
  config.ssh.password = "vagrant"

采用密码登录

http://www.tuicool.com/articles/7ZjeUrJ