Remote debugging Python script through a firewall

I need to debug a python script running on a remote server. What makes it interesting is that the remote server has a tightly configured firewall, so I can’t open a port on the server for the debugger to use.

Komodo IDE 11.0, running on OS X 10.13.1, remote machine running RHEL 6.3. I am brand new to Komodo, having previously used WingIDE for my remote debugging. I have been able to creat a remote account under Preferences/Servers and can open remote files just fine.

what about SSH port forwarding

Elaborating on @agroszer suggestion; Remote Debugging Proxy Connection Problem

Someone just had this issue and we were able to get them sorted using SSH tunneling.

  • Carey