stechstudio / laravel-ssh-tunnel

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

Authentication failed with PostgreSQL #9

Closed aliasdoc closed 7 years ago

aliasdoc commented 7 years ago

Hi,

I can open tunnel with php artisan tunneler:activate command but, when I try to access database, I receive this error:

expected authentication request from server, but received S

I can ssh connect with my ssh keys without password prompting.

Thank you.

aliasdoc commented 7 years ago

Sorry, just an error in my config... (wrong TUNNELER_BIND_ADDRESS param).