Remote development based on multi-level SSH jump server
Answered
CLion or other IDEs how to set like ‘MobaXterm jump hosts configuration’;
My env: work pc(win11), with clion, use ssh connect to ‘Intermediate or scaffolding machine’ , scaffolding machine use ssh connect to real develop server.
Please sign in to leave a comment.
Hi Wu Nan!
The Gateway technology doesn't support the ProxyJump directive. However, you can try using the ProxyCommand directive, it's supported.
Also, it's possible to work with remote projects using the Toolbox App instead of JetBrains Gateway - https://www.jetbrains.com/help/toolbox-app/gettings-started-with-ssh.html. This method supports everything OpenSSH supports.