[NV Visual Profiler] How to use private key in remote ssh session?

Hello,
I am trying to profile a GPU I have set up on a remote Ubuntu system using NVIDIA Visual Profiler. I am following the guide here (Profiler :: CUDA Toolkit Documentation) but it doesn’t mention anything about how to set up a connection using keys, nor does it look like I have the ability to.
Any help is appreciated.
Bonus question: I have CUDA 10.0 running on both systems (my host is a Windows), but the two systems have different revisions (10.0.326 on Ubuntu and 10.0.130 on Windows). Is that going to be OK?

Thanks
Jake

2 Likes

on windows open the command and use ssh-keygen command to generate ssh key. After this copy the content of the public key to your remote server ssh/authorized_file. In open terminal run command ssh username@remote_ip to connect to ubuntu server.

This topic was automatically closed after 4 days. New replies are no longer allowed.