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?
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.