Can't use proxyjump in SSH connection.
Host target
HostName target
User my-username
ProxyJump jump-ssh
Host jump-ssh
HostName jump-ssh
User my-username
The config above is my ~/.ssh/config. I can do proxy jump in VS Code but in PyCharm when I try to configure ssh the proxy jump is not working.
请先登录再写评论。
Hello,
Unfortunately ProxyJump support has not been implemented yet. Please see the feature request https://youtrack.jetbrains.com/issue/IDEA-214679/ProxyJump-not-supported and feel free to vote for it in order to increase the priority and be notified about any updates.