vagrant启动错误:ssh登录失败
vagrant启动的时候一直retring,其实虚拟机已经启动成功了,只是ssh免密码登录验证不通过另起窗口vagrant ssh登录输入密码,在虚拟机上运行:wget --no-check-certificate https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub -O .ssh/auth
·
vagrant启动的时候一直retring,其实虚拟机已经启动成功了,只是ssh免密码登录验证不通过
另起窗口vagrant ssh登录输入密码,在虚拟机上运行:
wget --no-check-certificate https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub -O .ssh/authorized_keys
再重启虚拟机即可
更多推荐



所有评论(0)