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.
Please sign in to leave a comment.
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.
Does it mean we can't linked to the remote host in pycharm as long as the server requires proxy jump? Is that possible for that to be implemented sooner? I really need that function.
Unfortunately, that's the case but in the comments there is a workaround to use
ProxyCommandinsteadI indeed use ProxyCommand to try to connect, but I fail again.
What's the correct syntax for ProxyCommand?
Should be straigh forward as mentioned in the case:
In case it doesn't work for you, please leave a comment on the YouTrack case or create a new bug report