Hi all,
Now, I’m using Nsight System 2020.3.3 (This version is in DRIVEOS 5.2.0 install) in my host Ubuntu 18.04.
While trying connect to DRIVE AGX with DIVEOS 5.2.0, I get the following error.
NVIDIA Nsight Systems
2020.3.3.27-bf764bd Linux
- nvidia@192.168.1.203:
[Error] Communication error
Cannot connect to the target. Please try again.<br/><br/><hX><b>Hints for fixing communication errors:</b></hX><ol style="margin-left:15px; -qt-list-indent: 0;"><li>Verify network connectivity to the target by pinging it, etc.</li><li>Verify an SSH connection to the target can be established. For Windows targets, see <a href="https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse">Installation of OpenSSH For Windows</a></li></ol>
In more info
SshHandshakeError (4204) {
OriginalExceptionClass: N5boost16exception_detail10clone_implIN14QuadDSshClient17SshHandshakeErrorEEE
OriginalFile: /build/agent/work/20a3cfcd1c25021d/QuadD/Common/SshClient/SshSessionHandle.cpp
OriginalLine: 46
OriginalFunction: QuadDSshClient::LibSsh2ErrorType QuadDSshClient::SshSessionHandle::Handshake(QuadDSshClient::TcpClient&)
ApiFunction: libssh2_session_handshake
ErrorText: Unable to exchange encryption keys
OriginalErrorCode: -5
}
I checked existing the host-xavier connection by ping and able to connect to target with ssh.
But I cannot have connection with Nsight Systems.
Do you have any hint to solve this problem?