Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gocanto's avatar

Homestead Up Problemas

Hello there,

I just updated my environment to new version of (homestead/vagrant) and now I am getting this error when I try to run "homestead up"

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.

0 likes
2 replies
gocanto's avatar
gocanto
OP
Best Answer
Level 54

Hey guys, the homestead server is not more longer necessary, neither active. These are the steps that I followed to achieve the goal:

1- vagrant box list and remove any you don't need (+ all homestead ones

2 - vagrant box add laravel/homestead and save the sites you have setup (if required) in ~/.homestead/Homestead.yaml

3- rm -rf ~/Homestead ~/.homestead

4- cd ~ && git clone git clone https://github.com/laravel/homestead.git Homestead

5- cd Homestead

6- bash init.sh

7- edit your new ~/.homestead/Homestead.yaml file

8- vagrant up or vagrant reload --provision

Good luck!

1 like

Please or to participate in this conversation.