-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
I'm using an SSH tunnel when connecting to our ES instance, however when I try to connect to it, I'm getting Connection test failed: com.jcraft.jsch.JSchException: Auth fail for methods 'publickey'
error. However the configuration is correct, since using the same config works when connecting via IntelliJ to e.g. databases using the same tunnel.
So I'm not sure what could be wrong with this. Possible solution I see is to use the SSH configurations provided by IntelliJ, but I'm not sure if that's possible to access.
One thing to note is that I'm using OpenSSH configuration files parser (which I previously changed from Legacy one). Not sure if that's related or not.
Steps to reproduce
- use SSH configuration
- use
OpenSSH config and authentication agent
as auth type - try to connect
Expected behavior
Connection should be successful.
Environment information:
- OS: MacOS
- IDE version: IntelliJ IDEA 2024.1.2 (Ultimate Edition)
- plugin version: 2024.1.2-241
- Elasticsearch or OpenSearch version: OpenSearch 2.11.0