Is there a way to connect Nsight to a remote server through a proxy, as in the ssh config example below?
Host server1
Hostname IP_1
Host server2_gpu
ProxyCommand ssh server1 -W %h:%p
Is there a way to connect Nsight to a remote server through a proxy, as in the ssh config example below?
Host server1
Hostname IP_1
Host server2_gpu
ProxyCommand ssh server1 -W %h:%p
Nsight Compute does not yet support ssh configs, but we are working on it for a future release.
When will this function be released?
Support for proxy connections and SSH configs is now available in Nsight Compute 2021.3.
You can refer to the remote connection documentation for more details and to the FAQ in case of issues.