LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

I am not able to connect to my localhost:8000. I am using laravel 5.4. #54

Open joydipnath opened 7 years ago

joydipnath commented 7 years ago

I am getting an error showing RuntimeException Unable to connect to remote server.

I have followed exact instructions for installation via composer. Below is my remote.php 'test' => [ 'host' => 'localhost:8000', 'username' => '', 'password' => '', 'key' => '', 'keytext' => '', 'keyphrase' => '', 'agent' => '', 'timeout' => 10, ],