Laravel Homestead 在 SSH 身份验证方法中挂起:mac 上的私钥 [英] Laravel Homestead hangs at SSH auth method: private key on mac

查看:14
本文介绍了Laravel Homestead 在 SSH 身份验证方法中挂起:mac 上的私钥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我似乎无法让 Homestead 运行.它挂在 SSH 身份验证方法:私钥.

I can't seem to get Homestead running. It hangs at SSH auth method: private key.

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

The Homestead VM starts. I can go to VirtualBox and open the terminal window and login with vagrant:vagrant.

我不能 ssh、ssh vagrant@127.0.0.1:2204 或 ssh vagrant@127.0.0.1 -p 2204.

I can't vagrant ssh, ssh vagrant@127.0.0.1:2204 or ssh vagrant@127.0.0.1 -p 2204.

我的文件夹都没有出现在 VM 中,但 VirtualBox 说它们已映射.

None of my folders show up in the VM, but the VirtualBox says they are mapped.

每次我流浪时,我都会得到:

Every time I vagrant up, I get:

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.

我用我的盒子上的钥匙替换了宅基地不安全的私钥.我看到很多人收到警告:连接超时.正在重试...,但我没有那么远.

I replaced the homestead insecure private key with my key on my box. I see a lot of people get Warning: Connection timeout. Retrying..., but I don't get that far.

我使用的是 Mac 10.11.6

I'm on a mac 10.11.6

任何帮助将不胜感激!

推荐答案

我今天在 macOS 10.12 上遇到了同样的问题,我花了 6 个小时试图找到解决方案.最后,经过多次重新安装、重新启动和反复试验,我按照这些步骤以某种方式让它工作......

I had the same problem on macOS 10.12 today, and lost 6 hours trying to find a fix. Finally, after several reinstallations, reboots, and trial and error, I somehow got it to work by following these steps...

  1. 完全卸载并重新安装 Vagrant、VirtualBox 和 Homestead.
  2. 确保在 VirtualBox UI 中关闭 homestead-7
  3. 右键单击 homestead-7 框,然后选择设置
  4. 点击网络"
  5. 在应该附加到 NAT 的适配器 1"下,点击高级"
  6. 勾选已连接电缆"旁边的框
  7. 保存设置,并使用 vagrant up --provision
  8. 重新配置 Homestead
  9. 运行 vagrant reload --provision 重新配置机器
  1. Completely uninstall and reinstall Vagrant, VirtualBox, and Homestead.
  2. Ensure the homestead-7 box is shut down within the VirtualBox UI
  3. Right-click the homestead-7 box, and choose Settings
  4. Click 'Network'
  5. Under 'Adapter 1', which should be attached to NAT, click 'Advanced'
  6. Tick the box beside 'Cable Connected'
  7. Save settings, and reprovision Homestead with vagrant up --provision
  8. Run vagrant reload --provision to reprovision the machine

应该是这样!在此之后我可以通过 SSH 登录,但无法通过浏览器查看 Homestead 站点(即使我已经配置了 /etc/hosts 文件),但是 Mac 的简单重启似乎解决这个问题.

That should be it! I was able to SSH in after this, but not able to view Homestead sites through the browser (even though I'd configured the /etc/hosts file), but a simple reboot of the Mac seemed to fix this.

鉴于我一开始不知道究竟是什么原因导致了这种情况,这对我来说可能只是运气不好,但请告诉我您的进展情况.

Given I don't know what exactly caused this in the first place, this might just be a bit of luck for my case, but let me know how you get on.

这篇关于Laravel Homestead 在 SSH 身份验证方法中挂起:mac 上的私钥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆