Using X- windows from an Apple computer
UNIX applications with a graphical user-interface require the use of X-windows or other remote display software when connecting from a remote location. the X-windows (using Apple X11) on Macintosh computers is currently supported.
Using Apple X11 on Mac OS X
Apple X11 requires Mac OS X 10.3 (Panther) or later. It is included with recent versions of the operating system and can be specified as an option when installing OS X, or else installed at a later time using a separate package located on the OS X installation media (i.e., the OS X DVD or Install Disc 3). It is also available for download at the Apple website- Step 1 : Verify that Apple X11 is installed and launch the X11 application (located in the Utilities subfolder of the Applications folder).
An xterm window should open by default. If no terminal window opens, start one by selecting Terminal from the File menu or pressing command-N.
- Step 2 :
ssh -Y xyz@acacia.nmsu.eduIf you are using OS X 10.3, it may be necessary to use -X instead of -Y:
ssh -X xyz@acacia.nmsu.edu
- Step 3 :
- Step 4 :
References: http://unixdocs.stanford.edu/moreX.html