Find out the TX2 IP address by running:
hostname -I
From your own computer:
ssh username@111.111.11.111
Here the username
will be the one you create when booting up the Jetson TX2. Then it will ask for your password, also the one you just created. After entering your password you are in.
If you don't want to bother with passwords, add your local computer public key to the TX2 by running:
ssh-copy-id username@111.111.11.111
Now try ssh username@111.111.11.111
again, and you should get straight into your TX2.
Top comments (0)