Ethernet via USB-C on Jetson Orin Nano

I was following 🏆 Hackathon Guide - NVIDIA Jetson AI Lab to setup the Ethernet connection through USB-C port on Jetson.

However, the connection is very unstable, immediately get disconnected after the initial handshake:

Same happens in CLI, sometimes, even doesn’t connect at all

$ssh -v test@192.168.55.1
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
debug1: Connecting to 192.168.55.1 [192.168.55.1] port 22.
debug1: connect to address 192.168.55.1 port 22: Connection timed out
ssh: connect to host 192.168.55.1 port 22: Connection timed out

Is this route still supported?

Hi,

We verify the ssh connect is stable when host pc is linux.

Please refer to below topics

It might be related to windows security setting.

Thanks

1 Like