stechstudio / laravel-ssh-tunnel

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

Pass pwd through laravel ssh package #46

Closed marcpre closed 3 years ago

marcpre commented 3 years ago

Hello,

I still have PasswordAuthentication = yes on my ssh.

Is there a way to pass the password via the ssh tunnel?

I appreciate your reply!

jszobody commented 3 years ago

There is currently no way to configure this to use a password. We just don't have any need for that ourselves.

If you wanted to implement it and provide a pull-request we'd be happy to consider it.