Secure Shell (SSH) is a widely-used network protocol that allows users to securely connect to remote machines over an unsecured network. Jetson AGX Xavier is a powerful embedded computing device that runs on the NVIDIA Jetpack SDK. In this document, we will discuss how to use SSH to access Jetson AGX Xavier and display the image over SSH.

Table of Contents

Prerequisites

Before we start, make sure you have the following:

SSH

Connecting to Jetson AGX Xavier

To connect to Jetson AGX Xavier over SSH, follow these steps:

  1. Connect your Jetson AGX Xavier device to the same network as your SSH client.
  2. Check the IP Address of your Jetson Device
ifconfig

<aside> 💡 Output:

</aside>

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
			 inet **10.34.34.123**
  1. Open your SSH client and enter the IP address of your Jetson AGX Xavier device.
ssh [email protected]
  1. Enter your username and password to log in to the device.

MicrosoftTeams-image (1).png

  1. Now you are in your Jetson Device.