nokia / vscode-netconf

BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

Remote development not working #3

Open mpolano opened 9 months ago

mpolano commented 9 months ago

I installed the extension into a remote session to talk to a netconf server that is reachable only by the remote. With this setup the extensions gives and error:

SSH  ERROR Error: Time out while waiting for handshake
wisotzky commented 1 month ago

@mpolano, can you provide more information about your installation details? Not sure what you mean by "installed the extension into a remote session".

Do you mean, you run vsCode in the browser?

mpolano commented 1 month ago

I mean using remote development extension (see here) where the setup is this:

architecture

extensions tipically work like you are actually on the remote OS; vscode-netconf instead always work on the local OS even when the local vscode is attached to a remote OS like in the picture.

It would be helpful if the netconf client would be able to run into the remote OS because there are cases where the local machine cannot reach the netconf server.