2016-12-05 50 views
17

我似乎无法让宅基地运行。它挂在SSH身份验证方法:私钥。Laravel Homestead挂在SSH身份验证方法:在Mac上的私钥

Homestead VM启动。我可以去VirtualBox并打开终端窗口并使用vagrant登录:vagrant。

我不能无业游民SSH,SSH [email protected]:2204或ssh [email protected] -p 2204

无我的文件夹在虚拟机上显示,但VirtualBox的说,他们是映射。

每次我无业游民了,我得到:

vagrant up 
Bringing machine 'homestead-7' up with 'virtualbox' provider... 
==> homestead-7: Checking if box 'laravel/homestead' is up to date... 
==> homestead-7: Clearing any previously set forwarded ports... 
==> homestead-7: Fixed port collision for 80 => 8000. Now on port 2200. 
==> homestead-7: Fixed port collision for 443 => 44300. Now on port 2201. 
==> homestead-7: Fixed port collision for 3306 => 33060. Now on port 2202. 
==> homestead-7: Fixed port collision for 5432 => 54320. Now on port 2203. 
==> homestead-7: Fixed port collision for 22 => 2222. Now on port 2204. 
==> homestead-7: Clearing any previously set network interfaces... 
==> homestead-7: Preparing network interfaces based on configuration... 
    homestead-7: Adapter 1: nat 
    homestead-7: Adapter 2: hostonly 
==> homestead-7: Forwarding ports... 
    homestead-7: 80 (guest) => 2200 (host) (adapter 1) 
    homestead-7: 443 (guest) => 2201 (host) (adapter 1) 
    homestead-7: 3306 (guest) => 2202 (host) (adapter 1) 
    homestead-7: 5432 (guest) => 2203 (host) (adapter 1) 
    homestead-7: 22 (guest) => 2204 (host) (adapter 1) 
==> homestead-7: Running 'pre-boot' VM customizations... 
==> homestead-7: Booting VM... 
==> homestead-7: Waiting for machine to boot. This may take a few minutes... 
    homestead-7: SSH address: 127.0.0.1:2204 
    homestead-7: SSH username: vagrant 
    homestead-7: SSH auth method: private key 
Timed out while waiting for the machine to boot. This means that 
Vagrant was unable to communicate with the guest machine within 
the configured ("config.vm.boot_timeout" value) time period. 

If you look above, you should be able to see the error(s) that 
Vagrant had when attempting to connect to the machine. These errors 
are usually good hints as to what may be wrong. 

If you're using a custom box, make sure that networking is properly 
working and you're able to connect to the machine. It is a common 
problem that networking isn't setup properly in these boxes. 
Verify that authentication configurations are also setup properly, 
as well. 

If the box appears to be booting properly, you may want to increase 
the timeout ("config.vm.boot_timeout") value. 

我代替我在我的箱子钥匙宅基地不安全的私钥。我看到很多人得到警告:连接超时。正在重试...,但我没有那么远。

我在Mac 10.11.6

任何帮助将不胜感激!

+0

您可以打开virtualbox并检查虚拟机在虚拟机中的状态,它是否已完成启动? –

+0

它被启动。我可以打开VirtualBox VM屏幕并以流浪者身份登录,无密码。 –

回答

77

我今天在macOS 10.12上遇到了同样的问题,并且试图找到修复程序失去了6个小时。最后,一些的重新安装,重新启动,并经过反复试验,我不知怎么把它按照以下步骤完全卸载工作...

  1. 并重新安装放浪,VirtualBox的,和家园。
  2. 确保homestead-7框关闭VirtualBox的UI内
  3. 右键单击homestead-7框,选择设置
  4. 点击“网络”
  5. 在“适配器1”,这应附NAT,点击“高级”
  6. 勾选“连接电缆”
  7. 保存设置旁边的复选框,并另配宅基地与vagrant up --provision
  8. 运行vagrant reload --provision另配马赫ine

这应该是!在此之后,我能够通过SSH登录,但无法通过浏览器查看Homestead网站(即使我配置了/etc/hosts文件),但Mac的简单重新启动似乎解决了这个问题。

鉴于我不知道究竟是什么造成了这一点,这可能只是我的情况有点运气,但让我知道你如何继续。

+17

步骤3-6为我解决了这个问题!你是@Jack的救星! – schystz

+9

步骤3-6为我解决了这个问题 - 但只是暂时的。销毁和重新创建虚拟机需要每次执行步骤3-6。在我的Homestead dir中更新Vagrantfile对我来说是最好的解决方案:https://github.com/mitchellh/vagrant/issues/7648#issuecomment-235282382 –

+3

步骤3-6。你救了我的一天!我不能给你+50正面选票吗? – oskarko

0

这里什么都没有为我工作。我遇到了SSH auth method: private key的情况,因为我的mac黑屏蔽和崩溃。

所有为我工作的是vagrant destroy然后vagrant up --provision。当心这当然会在你的VM中垃圾。但无论如何,你应该使用短暂的原则...

3

我有这个问题。我在BIOS中启用了Vt-x并清除了它。

+0

Windows 10用户在这里,做了同样的事情,它的工作 – Julien

0
  1. 打开VirtualBox UI并输入虚拟机。
  2. 按Enter键使系统继续启动。

然后你可以看到阴道上升。