Hprc banner tamu.png

HPRC:Access:MacOSX

From TAMU HPRC
Revision as of 15:43, 7 April 2017 by Cryssb818 (talk | contribs)
Jump to: navigation, search

Access from MacOS

Using the Terminal Program

Find the Terminal program under Applications->Utilities.

On your Mac click the Finder Finder.png icon to start finder:

  1. Select Applications App-icon.jpg
  2. Double click the Utilities folder
  3. Double click the Terminal utility Term-icon.jpg
  4. A Terminal window will now appear.
  5. Connect to the cluster using SSH.

Remote Display of Programs with Graphical Interfaces

The recommended X-Windows emulator for Mac OS X is XQuartz, which is available for free from the XQuartz Project.

  1. After XQuartz is installed on your system, start XQuartz.
  2. An xterm window should appear on your screen.
  3. Login to the desired cluster (example: ada.tamu.edu).
    ssh -X netID@ada.tamu.edu
    The -X option tells SSH to allow programs to forward and display their graphical interfaces. This is known as X11 forwarding.
  4. To verify that X11 forwarding is working, type the following command:
    xterm
    If a new xterm terminal window for the remote system pops up, then X11 forwarding is working correctly.