AntonShuvaev / elasticsearch4idea

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

SSH Config #90

Closed an2riy closed 1 year ago

an2riy commented 1 year ago

Is it possible to add the ability to read the file in Linux ~/.ssh/config when connecting via SSH tunnel and use in the Host section the name which is described in the ~/.ssh/config? image Because Elasticsearch is located behind two servers and I have a config in the ~/.ssh/config which go through these servers via ProxyJump.

AntonShuvaev commented 1 year ago

I will support ProxyJump and reading host from config in the next release.

AntonShuvaev commented 1 year ago

Released in 2022.3.0. You can now use the host alias from ~/.ssh/config when using the "OpenSSH Authentication Configuration and Agent" and the ProxyJump directive is also respected.

an2riy commented 1 year ago

Released in 2022.3.0. You can now use the host alias from ~/.ssh/config when using the "OpenSSH Authentication Configuration and Agent" and the ProxyJump directive is also respected.

Hello. It is working. Thanks for the implementation.