Remote access to DICE machines is a bit painful, you first need to connect to a ssh gateway, enter your password and then do ssh student.login
to have proper access. Also, directly accessing any of the DICE lab computers doesn't work.
We can solve all these probelms by editing our ~/.ssh/config
file and kerberos.
Using kerberos, will make sure you won't need to type your password more than once per day while working remotely. The instructions on how to set it up are here.
After you have set it up open up your ssh config file which is usually in ~/.ssh/config
. Then add the following lines.