AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Type of key when you connect by ssh tunnel via key which does not have .pem extension #78

Closed chorpitaPareIt closed 2 years ago

AntonShuvaev commented 2 years ago

Hi,

The format of the key is restricted by the library JSch which is used for SSH. You can convert your format to pem with openssl or other tools.