18

I get this errormessage:

An error occurred in the underlying SSH library that Vagrant uses. The error message is shown below. In many cases, errors from this library are caused by ssh-agent issues. Try disabling your SSH agent or removing some keys and try again.

It is my first time with vagrant.

I took a tour through this tutorial.

https://wpbeaches.com/setting-up-a-wordpress-vvv-vagrant-workflow/

I've windows 10, vagrant 1.8.5, Oracle VM newest version.

I read a lot about this issue but nothing helps me.

Maybe somebody knows a solution.

4

2 Answers 2

14

Please try this command vagrant halt from inside your homestead directory I had the same issue and this resolved my issue

1
  • 2
    This happened to me after the Win10 update came on 14/09/2018 for me, this answer solved the problem.
    – pszaba
    Commented Sep 14, 2018 at 7:43
1

This worked for me:

1. vagrant halt

2. vagrant up --provision

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.