Hi! I am using custom ssh agent, which is set in both ~/.ssh/config and SSH_AUTH_SOCK env variable.
But when I try to connect to database via SSH tunnel, I see that plugin tries to use a default ssh agent instead of the custom one, and thus the authentication doesn't pass.
Is there any option to provide concrete path to ssh agent sock in the extension?