stechstudio / laravel-ssh-tunnel

Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen
MIT License
191 stars 46 forks source link

Check you configuration + passphrase issue #14

Closed incoming-th closed 6 years ago

incoming-th commented 6 years ago

Hi,

This script seems to be what I was looking for but I don't know if I am using it wrong or if issue with server.

I tried to use it on Laravel 5.4 and I got this message:

2017-11-19 002321

  1. The command throw an error, I have checked all settings and they seem fine.
  2. Just after that the command launch a new one asking for passphrase, but I don't have passphrase on the RSA key.
  3. I have whitelisted the server IP so no issue from here

Just wondering what i am doing wrong :)

bubba-h57 commented 6 years ago

Does running that SSH Tunnel command manually work properly for you?

incoming-th commented 6 years ago

It seems my host does not authorize SSH Tunneling so end of story I think.