Setting Up Connection 1
The objective is to set up passwordless connection from your computer to the Jetson devices.
Prerequisites
- Set the IP of the device as server to be
192.168.0.100
in the router. - You have successfully run Setting Up SSH in the previous article.
Set Up SSH Keys (Automatic)
Use the script.
Set Up SSH Keys (Manual)
- Copy the public key to the device by running:
ssh-copy-id [email protected]
- 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]