fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
425 stars 122 forks source link

Encryption/TLS support? #247

Closed martijnthe closed 12 months ago

martijnthe commented 1 year ago

Hello,

First off, thanks very much for creating this wonderful tool!

I have a question: is there any built-in support for encryption/TLS? Or are you expected to not use this over untrusted networks (the internet) / always use a SSH tunnel to the remote machine or something along those lines?

Thanks! Martijn

fabioz commented 12 months ago

Hello Martin. You're always supposed to do the SSH tunneling yourself in these cases.