Brain Mapping:About and Unix'sims: Difference between pages
(Difference between pages)
m 1 revision |
m 1 revision |
||
| Line 1: | Line 1: | ||
=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 | |||
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