This tutorial is for admin user's only. If you are not an admin is tutorial is not applicable. Please contact Neil or your team lead.
Log in to the admin account
Create the user by entering
sudo useradd -m -s /bin/bash [username]
The username should be your UNI
Now we need to set the password for the new user.
sudo passwd [username]
This commmand will prompt you to enter the password for the new user.
Now you are ready to test the new account. You can use ssh to login to your new account, for example, ssh yn2376@jetson-00
. By entering your password, you should be able to login to the Jetson.
Please contact Neil directly if you have questions.