Setting Up Connection 1

The objective is to set up passwordless connection from your computer to the Jetson devices.

Prerequisites

  1. Set the IP of the device as server to be 192.168.0.100 in the router.
  2. You have successfully run Setting Up SSH in the previous article.

Set Up SSH Keys (Automatic)

Use the script.

Set Up SSH Keys (Manual)

  1. Copy the public key to the device by running:
    ssh-copy-id [email protected]
    
  2. Repeat the previous step on other devices, replace the IP with the other device IP.

Test

Check if you don't need to enter the password anymore by running:

ssh [email protected]

References

results matching ""

    No results matching ""