Use Nsight compute on windows to connect a proxy server fail

I need to connect a linux server which via a proxy server from Nisight compute on windows, my config file is like
Host A100
HostName 10.198.85.71
User myname
port 22
ProxyJump myname@jump-vscode.proxymachine.com.

but , I find connected fail. I can easily connect through windows cmd:
ssh myname@A100
can anyone tell me what happend?

Moving this issue to the Nsight Compute forum.

Hi, @1454076220

Windows do not support such operation.

See our doc:

On Linux and Mac host platforms, NVIDIA Nsight Compute supports SSH remote profiling on target machines which are not directly addressable from the machine the UI is running on through the ProxyJump and ProxyCommand SSH options.

will you support it in the future? I think it gonna be a very useful feature.

Hi, @1454076220
This is not supported because the library we use to implement our SSH client doesn’t support it on Windows: src/client.c · master · libssh project / libssh-mirror · GitLab. I don’t think we will be implementing it unless libssh does.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.