The I have an ssh session open to a remote box running a .net process. I have installed the remote debugger.
I have set up tunnel for tcp/135, tcp/139, tcp/445, udp/137, and udp/138.
What am 开发者_如何学PythonI missing?
This article suggests that because remote debugging uses DCOM, there is two-way communication and that the remote client needs to talk to tcp/135 on your machine. You will need to give the remote machine access via another tunnel in the other direction.
精彩评论