Main Content

Open a Secure Shell Command-Line Session with NVIDIA Hardware

To open a Secure Shell (SSH) command-line session with NVIDIA DRIVE® or Jetson™ hardware, use the openShell method of the jetson or drive object. For example to open an SSH session to the Jetson hardware, enter:

hwJetson = jetson;
openShell(hwJetson);

Similarly, you can create a live hardware connection to the DRIVE target and open an SSH session.

See Also

Functions

Objects

Related Examples

More About