Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vagrant up - server not starting because a ssh library issue

Tags:

vagrant

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.

like image 821
cgee Avatar asked Aug 08 '16 08:08

cgee


1 Answers

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

like image 52
Mohammad Anas Avatar answered Sep 21 '22 10:09

Mohammad Anas