Unix'sims

From Center for Cognitive Neuroscience
Jump to navigation Jump to search

Change your user password

To change your password form the command line, issue the passwd command:

$ passwd

The following interactive prompt will occur:

Changing password for user <username>
Old password:
New password:
Retype new password:

At each step, perform the requested action.

Done!

SSH'ing Into a Remote Host

  • Open terminal
  • Type the following
ssh -Y username@host.com

Specific Example Using Miles cluster

For username "foo", to log into the miles cluster

  • Open terminal
  • Type the following
ssh -Y foo@fmri00-miles.hosted.ats.ucla.edu