You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why agent support isn't popular in database clients but, at least in this case, it looks like adding it should be an easy job for someone familiar with the project.
agent - string - Path to ssh-agent's UNIX socket for ssh-agent-based user authentication. Windows users: set to 'pageant' for authenticating with Pageant or (actual) path to a cygwin "UNIX socket." Default: (none)
per mscdex/ssh2
... and then do all the UI hook up that I expect will actually take the time.
The text was updated successfully, but these errors were encountered:
I had implemented agent support as a first attempt to fix #25. But, went back and solved the issue with direct private key instead. Since, there is interest on this feature I am gonna add support for this after that PR is merged.
I'm not sure why agent support isn't popular in database clients but, at least in this case, it looks like adding it should be an easy job for someone familiar with the project.
If I'm reading correctly, you'd want to add to the configTunnel method: https://github.com/sqlectron/sqlectron-core/blob/master/src/db/tunnel.js#L73
Using this argument:
per mscdex/ssh2
... and then do all the UI hook up that I expect will actually take the time.
The text was updated successfully, but these errors were encountered: