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

fix: allow ssh-tunnel to work with password-auth #13

Open
wants to merge 1 commit into
base: v0.14
Choose a base branch
from

Conversation

david-jointech
Copy link

Running the provider without a private_key in auth no longer produces a runtime error.

Also, when provided password-authentication takes precedence over ssh-socket-authentication. Since ssh-socket-auth is automatically added, it might block authentication otherwise, when the host doesn't exist there.

Fixes #12

Running the provider without a `private_key` in auth no
longer produces a runtime error.
Also, when provided password-authentication takes precedence
over ssh-socket-authentication.

Fixes AndrewChubatiuk#12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provider fails when no private_key provided
1 participant