-
-
Notifications
You must be signed in to change notification settings - Fork 332
Support connections over SSH / drivers #1470
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
Conversation
63d25c2
to
354c37b
Compare
354c37b
to
8667ff3
Compare
Hey, I was just stopping by to express my extreme interest in having this PR approved as soon as possible as it relates to a feature that is very important to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am going to approve and merge this. If unresolved build/CI issues remain I will then attempt to resolve them.
* In @sqltools/base-driver the createSshTunnel method of AbstractDriver needs to be public rather than protected * Use @sqltools/[email protected] * Bump sqltools-driver-mssql version
SSH Tunneling Implementation for Individual Database Drivers
This pull request implements SSH tunneling support for individual database drivers, building upon the core SSH tunneling added in the previous PR (#1447).
Note: This PR will be rebased once the core PR is merged to ensure a clean commit history.