stechstudio / laravel-ssh-tunnel

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

SSH connection uses password instead of rsa file #25

Closed vvp242424 closed 5 years ago

vvp242424 commented 5 years ago

Hello,

I have a kinsta server setup that requires a SSH connection to the database but they handle it as a password, not a private key file. here is a screenshot of what the sequel pro connection looks like https://gyazo.com/429c11be1d6e64737e22f64cc29109c0

Any help with how I can tweak the env file to connect via that password, much appreciated.

bubba-h57 commented 5 years ago

There is currently no way to configure this to use a password. If someone implements it and gives us a pull request, that would be great.

jszobody commented 5 years ago

Side note: Kinsta allows you to use key based SSH logins:

https://kinsta.com/knowledgebase/connect-to-ssh/

vvp242424 commented 5 years ago

Thank you both for the quick response. I'll go the key based way that @jszobody mentioned.