Benjamin Dos Santos
Benjamin Dos Santos
Hello, I had the same error and I found this issue: https://github.com/symfony/symfony/issues/41771 I did the following modifications and it worked for me. `bin/console`: ``` #!/usr/bin/env php
> > Yeah this is a vagrant/virtualbox VM localy accessible on the ip 127.0.0.1 port 2222. I've tried with localhost instead of the ip too. > > Connection works with...
I can connect to the vm from terminal using the same private key than in the redis client config : `ssh -i \machines\default\virtualbox\private_key [email protected] -p 2222`
This is the output of `ssh -i \machines\default\virtualbox\private_key [email protected] -p 2222 -v` ``` OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug1: Reading configuration data C:\\Users\\/.ssh/config debug1: Connecting to 127.0.0.1 [127.0.0.1] port 2222. debug1: Connection...