Unix'sims: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 23:15, 21 January 2014

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