Macintosh OS X SSH
- On your Mac, from under the menu item Go, select Applications.
- From within the Applications window, open the Utilities folder.
- From within Utilities, open the Terminal application.
- At the prompt, type:
ssh yourUARKusername@domain Note: "Domain" is the domain name of the remote machine. Be sure to type a space after "ssh". For instance: ssh jdoe@comp.uark.edu
- Press the Enter key, type your password when prompted, and press the Enter key again. You should now be logged in to the remote host.
- When finished with your session, please remember to log out (type exit at the prompt) and quit the application.
|