ssh'ing into a Jetson
How to remote into a Jetson that is on the utexas-iot network.
Step-by-step guide
Ping the MAC address of the jetson as so
# For example, pinging DESPERADO: $ ping 00044ba7d76d.dynamic.utexas.edu # ONI $ ping 00044ba7e450.dynamic.utexas.edu # BANSHEE $ ping 00044ba7e939.dynamic.utexas.edu # MINX $ ping 00044ba7cF41.dynamic.utexas.edu
Take the IP address and ssh into the device
$ ssh tar@<ip address> # OR, should you wish to bypass the step above: $ ssh tar@<MAC address>.dynamic.utexas.edu
- If you are successful, it will prompt you with a yes/no question. Say YES.
- Enter the universal TAR password–if you don't know it, ask your lead or a friend!
- That's it! You should be in.
Related articles
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.