Working through corporate proxies for ssh, remote interpreters on Windows
Hi,
I'm currently sitting behind a corporate proxy, and I'd like to configure PyCharm so I can connect to external servers for remote deployment/development. I'm on Windows 7.
I'm able to use ssh (via Git Bash) by using a .ssh/config like this:
ProxyCommand connect.exe -H XXX.XXX.XXX.XXX:XXXX %h %p
But I haven't been able to configure PyCharm to use the proxy to connect via ssh. So my question is if this is even doable on Windows? Does anyone have a step-by-step guide for such a configuration?
Any help is very much appreciated,
Thanks,
Martin
Please sign in to leave a comment.