on GCS/windows device
ssh-keygen -t rsa -b 4096
C:\\Users\\YourUsername\\.ssh\\id_rsa, which is generally fine. Press Enter to accept the default.id_rsa: Your private key (keep this secure and never share it).id_rsa.pub: Your public key (this is what you will copy to the Jetson).Copy the public key to Jetson
Option A: using ssh-copy-id
On GCS/windows, do
ssh-copy-id amv-onboard@10.10.10.3
Option B: using powershell (manual copy) INI AJA YAAA
On GCS/windows, do
type $env:USERPROFILE\\.ssh\\id_rsa.pub | ssh amv-onboard@10.10.10.3 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"