Table of Contents

Accessing the cluster

The cluster is only available from Duke networks. For remote access, VPN is required ( Account Requests ) .

Setting up X-Win32

To set up the terminal in X-Win32, follow these steps:

To start your newly created connection:

Once the terminal is usable, all graphical forwarding should work. Type, “nedit” on the command line to test.

The next time you want to connect, you can open X-Win32 and simply “Launch” your saved connection. If you drag the connection to the “Autostart” folder, it will open automatically when you open X-Win32.

Access from Mac or Linux

To access the cluster from a Mac or Linux machine, open your terminal window (for Mac usually the program “terminal”, Centos is konsole or xterm) and run the following command

 ssh -Y username@cluster.biac.duke.edu

The -X parameter enables the forwarding of graphics.

Host *
    ForwardX11 yes
    ForwardX11Timeout 596h