Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh tunnel using private key #61

Closed
mstdoc opened this issue Jul 28, 2022 · 3 comments
Closed

ssh tunnel using private key #61

mstdoc opened this issue Jul 28, 2022 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@mstdoc
Copy link

mstdoc commented Jul 28, 2022

Hi, i'm trying to connect to redis db using ssh tunnel with private key auth.
But getting error "Cannot parse privateKey: Encrypted OpenSSH private key detected, but no passphrase given"

How can i enter private key passphrase?

Additionally - error reproduces even with empty field for private key path

Maybe i'm doing it the wrong way?

Screenshots
Untitled
Untitled 2

@mstdoc mstdoc added the bug Something isn't working label Jul 28, 2022
@ekvedaras
Copy link
Owner

Right, need a field for password. Or ask it every time 🤷

@ekvedaras ekvedaras added the good first issue Good for newcomers label Jul 28, 2022
@mstdoc
Copy link
Author

mstdoc commented Jul 29, 2022

Is there a way to enter passphrase in any config file for a "quick fix"?

@ekvedaras
Copy link
Owner

Not at the moment. If you control the server, you could make a passwordless key and trust it temporarily if you like being adventurous :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants